git ssh_exchange_identification: read: Connection reset by peer fatal——解决方案

git ssh_exchange_identification: read: Connection reset by peer fatal 报错解决方案

这个错误一般是由ssh出错导致 切换为https地址的即可

1、从ssh切换至https 
git remote set-url origin(远程仓库名称) https://email/username/ProjectName.git 
 
2、从https切换至ssh 
git remote set-url origin git@email:username/ProjectName.git 
 
3、查看当前是ssh还是https 
git remote -v


如切换后出现 remote: HTTP Basic: Access denied

git执行以下命令输入 git账号密码即可
git config --system --unset credential.helper

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值