使用这个折腾了半天
git config --global --unset http.proxy git config --global --unset https.proxy
没用,原来实现项目目录下config 覆盖了全局配置
把这个删掉
git push proxy 取消不掉 can not prox....
原文:https://www.cnblogs.com/humi/p/11333615.html