kex_exchange_identification: read: Software caused connection abort
banner exchange: Connection to 10.3.23.95 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上传拉取代码的,我一直用ssh,今天一提交代码就报错。我用的是GitLab,出现这个问题是22端口,有些防火墙是对22端口做防护的,不知道今天抽风开始防住我了
解决步骤如下
第一步,找到这里切换

第二步,ssh改为http
第三步,点击ok,登入GitLab账号密码就可以了
如果出现只能Token登入,找到插件,禁用掉就可以了