git 报错 fatal: unable to access 'xxx': Recv failure: Connection reset by peer

git 报错

git push origin develop

fatal: unable to access 'xxx': Recv failure: Connection reset by peer

git config --global http.proxy
查询到当前是否设置了代理,如果有则取消这个设置:
git config --global --unset http.proxy
然后再push即可

你可能感兴趣的:(git 报错 fatal: unable to access 'xxx': Recv failure: Connection reset by peer)