【发布时间】:2018-08-06 01:27:55
【问题描述】:
当我尝试使用 git 连接时,我看到了这个错误
$ git clone git@github.com:MyCompany/eagle.git --verbose
Cloning into 'eagle'...
FATAL ERROR: Couldn't agree a key exchange algorithm (available: curve25519-sha256@libssh.org,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.
我设置了所有键等,连接工作正常,因为当我这样做时
ssh -v git@github.com连接成功。
我可以做些什么来了解哪里出了问题以及应该纠正什么?
谢谢,
【问题讨论】: