git push proxy 取消不掉 can not prox....
使用这个折腾了半天
git config --global --unset http.proxy
git config --global --unset https.proxy
没用,原来实现项目目录下config 覆盖了全局配置

把这个删掉

专注于JavaWeb
使用这个折腾了半天
git config --global --unset http.proxy
git config --global --unset https.proxy
没用,原来实现项目目录下config 覆盖了全局配置

把这个删掉
