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

posted @ 2022-05-11 16:54  苇草剑  阅读(101)  评论(0)    收藏  举报