利用 git bash 提交代码时出现以下报错:
解决方案:取消http和https的全局代理
git config --global --unset http.proxy
git config --global --unset https.proxy
取消代理后可以正常使用git push , git fetch
利用 git bash 提交代码时出现以下报错:
解决方案:取消http和https的全局代理
git config --global --unset http.proxy
git config --global --unset https.proxy
取消代理后可以正常使用git push , git fetch