1. 程式人生 > >問題:no matching key exchange method found. Their offer: diffie-hellman-group1-sha1

問題:no matching key exchange method found. Their offer: diffie-hellman-group1-sha1

重新 hms mage clone clas 分享 文件 bst man

在git clone 項目的時候, 竟然報錯了:no matching key exchange method found. Their offer: diffie-hellman-group1-sha1

技術分享圖片

那麽,想要解決此問題, 則需要在用戶目錄下的 .ssh文件夾下新建一個 config 文件,添加:

  Host *

  KexAlgorithms +diffie-hellman-group1-sha1

  技術分享圖片

然後,再重新執行 git clone :

技術分享圖片

至此, git clone 成功, 問題解決!

問題:no matching key exchange method found. Their offer: diffie-hellman-group1-sha1