git push 或者git pull 拉取失败解决办法: 近段时间访问 git很不稳定,老是报错,用以下方法解决了我的问题 GIT 取消代理: 终端取消 git 代理 git config --global --unset http.proxy git config --global --unset https.proxy