当前位置:   article > 正文

git报错——kex_exchange_identification: read: Software caused connection abort banner exchange......

read: software caused connection abort

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 路径
  • 1

例如下面:

git remote set-url origin https://e.coding.net/lcc/yjwzDispatch/yjwzdispatch_front.git
  • 1

此时在次推送就不会有问题了!

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/笔触狂放9/article/detail/976773
推荐阅读
相关标签
  

闽ICP备14008679号