当前位置:   article > 正文

github上传文件遇到错误:kex_exchange_identification: read: Software caused connection abort banner exchange:_banner exchange: connection to 20.205.243.166 port

banner exchange: connection to 20.205.243.166 port 22: software caused conne

问题场景

github上传文件时,连接不上ssh,输入ssh -T git@github.com,检查连接,出现以下错误:
kex_exchange_identification: read: Software caused connection abort
banner exchange: Connection to 20.205.243.166 port 22: Software caused connection abort
在这里插入图片描述

出现原因

其中20.205.243.166是github的地址,22号端口是和你连接的端口。这段话意思是你的22号端口因为某些原因被屏蔽了(可能是学校内网,或者公司内网)。

解决方法

不用SSH地址,而是用Http地址连接。在github仓库那里重新选择一下地址。虽然上传的时候需要登陆一下比较麻烦,但是能传上。
更改方式:

  1. 解除原有连接:git remote rm origin
  2. 重新建立连接:git remote add origin<仓库http地址>
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/神奇cpp/article/detail/819311
推荐阅读
相关标签
  

闽ICP备14008679号