When I try to connect using git, then I see this error
$ git clone [email protected]:MyCompany/eagle.git --verbose
Cloning into 'eagle'...
FATAL ERROR: Couldn't agree a key exchange algorithm (available: [email protected],ecdh-sh
a2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521)
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I setuped all keys, etc and connection works fine, because when I do
ssh -v [email protected]
connection is successful.
What could I do to understand what went wrong and what should be corrected ?
Thanks,