1、问题:
在IDE推送的时候,出现了如下的问题,特此记录一下:
kex_exchange_identification: read: Software caused connection abort
banner exchange: Connection to 175.24.250.178 port 22: Software caused connection abort
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
出现这个问题的原因呢,可能是因为当时通过 http 连接的路径或者端口号改变了,导致远程仓库与本地仓库不匹配。
2、解决
在项目目录下输入如下命令,重新建立连接,这里会在次输入相关远程仓库的账号密码:
git remote set-url origin 路径
例如下面:文章来源:https://www.toymoban.com/news/detail-509661.html
git remote set-url origin https://e.coding.net/lcc/yjwzDispatch/yjwzdispatch_front.git
此时在次推送就不会有问题了!文章来源地址https://www.toymoban.com/news/detail-509661.html
到了这里,关于git报错——kex_exchange_identification: read: Software caused connection abort banner exchange......的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!