在git push origin 时一直无法成功,请问应该如何修正代理器的问题并处理这种情况?
https://codeleading.com/article/56024851652/
【相关推荐】
查看是否使用git代理
git config --global http.proxy
git config --global https.proxy
若有,则unset
git config --global --unset http.proxy
git config --global --unset https.proxy