其他分享
首页 > 其他分享> > 新电脑 Git clone项目(Clone failed Unable to negotiate with)

新电脑 Git clone项目(Clone failed Unable to negotiate with)

作者:互联网

大佬原文地址:no matching host key type found. Their offer: ssh-rsa,ssh-dss... - 简书 (jianshu.com)

安装完idea、Git、Maven后直接使用命令clone:

clone命令:

ssh://songjiang@127.0.0.1:8080/backend/demo.git

异常信息:

Clone failed Unable to negotiate with 127.0.0.1 port 8080: no matching host key type found. Their offer: ssh-rsa,ssh-dss
Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.

解决方案:

修改Git配置文件

 

 

新增自己的Git地址(复制54.55.56到57.58.59):

 

 重新clone即成功。

标签:Git,0.1,clone,negotiate,Their,Unable,ssh
来源: https://www.cnblogs.com/Wolverine-python/p/16258697.html