我想用MINGW64克隆Windows上的回購,並且出現此錯誤。SSH:無法與XXX.XXX.XX.XXX協商:找不到匹配的密鑰交換方法。他們提供:diffie-hellman-group1-sha1
$ git clone ssh://[email protected]/myproject && scp -p -P XXXXX [email protected]:hooks/commit-msg myproject/.git/hooks/
Cloning into 'myproject'...
Unable to negotiate with XXX.XXX.XX.XXX: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
fatal: Could not read from remote repository.
*已經檢查文檔http://www.openssh.com/legacy.html並在後http://www.openssh.com/legacy.html的解決方案,並仍然得到錯誤。
已加入該到我的配置文件 主機somehost.example.org KexAlgorithms +的Diffie-Hellman-組1-SHA1
任何幫助嗎?
你可以嘗試搜索你的錯誤消息。這似乎直接導致了openssh.com網站上的文檔。 – larsks
我已經檢查了文檔並按照步驟進行了操作,但仍然出現相同的錯誤。 @larsks –
然後更新你的問題,告訴你你試過了什麼(特定的命令行),否則我們會一直告訴你同樣的事情。 – larsks