原文:解决 git push 报错 kex_exchange_identification: read: Connection reset by peer

报错情况: kex exchange identification: read: Connection reset by peer Connection reset by . . . port 原因分析:应该是 ssh 指纹验证过期了 解决方法 要在 SSH 配置文件中设置此设置,请编辑或新建文件 .ssh config,并添加以下部分: 然后 git push,会提醒确认 ssh 指纹验证信息, ...

2022-03-19 11:43 0 10769 推荐指数:

查看详情

git——kex_exchange_identification: Connection closed by remote host

在 windows 系统上从 github 上 clone 代码时,报了一个错,研究了一下,原来是自己在造BUG。在此记录一下原因——> 报错如下 原因分析 git clone 时选择的是SSH链接,使用HTTPS链接地址进行下载就可以啦! ...

Thu Jul 22 01:32:00 CST 2021 0 527
Git ssh_exchange_identification: read: Connection reset by peer问题

服务器Git突然报错 ssh_exchange_identification: read: Connection reset by peer 具体原因没查,直接说解决方法: 服务器重新生成一个公钥,然后重新绑定到Git就可以了 注:如果你设置密码了,会出现提示 Enter ...

Mon Nov 25 23:31:00 CST 2019 0 974
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM