我是靠谱客的博主 正直小刺猬,最近开发中收集的这篇文章主要介绍git clone 不能拉取代码的解决方案,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

git clone 出现如下错误:

Unable to negotiate with 10.10.0.49 port 29418: no matching key exchange method found. Their offer: diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
fatal: Could not read from remote repository.

出现这种情况的解决方案

C:Usersname.name.ssh   

在这个文件夹里,vim config

需要填写的内容如下:

Host 10.10.0.49
    KexAlgorithms +diffie-hellman-group1-sha1
 

 

最后

以上就是正直小刺猬为你收集整理的git clone 不能拉取代码的解决方案的全部内容,希望文章能够帮你解决git clone 不能拉取代码的解决方案所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(48)

评论列表共有 0 条评论

立即
投稿
返回
顶部