微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

新电脑 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即成功。

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐