码迷,mamicode.com
首页 > 其他好文 > 详细

问题:no matching key exchange method found. Their offer: diffie-hellman-group1-sha1

时间:2018-07-02 23:09:34      阅读:2711      评论:0      收藏:0      [点我收藏+]

标签:sub   col   class   img   成功   off   conf   git   algorithm   

在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

标签:sub   col   class   img   成功   off   conf   git   algorithm   

原文地址:https://www.cnblogs.com/suwyer/p/9256102.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!