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

相关文章

本篇内容主要讲解“gitee如何上传代码”,感兴趣的朋友不妨来...
这篇“从gitee上下的代码如何用”文章的知识点大部分人都不太...
这篇文章主要介绍“gitee如何下载仓库里的项目”,在日常操作...
本篇内容主要讲解“怎么在Gitee上更新代码”,感兴趣的朋友不...
本文小编为大家详细介绍“怎么将工程托管到gitee”,内容详细...
这篇文章主要介绍了gitee中图片大小如何调整的相关知识,内容...