美文网首页
git 报错 fatal: unable to access '

git 报错 fatal: unable to access '

作者: Android_冯星 | 来源:发表于2019-07-31 16:34 被阅读0次

    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 '

          本文链接:https://www.haomeiwen.com/subject/vbutdctx.html