赞
踩
在git bash 输入命令:
git config --global --unset https.proxy git config --global --unset http.proxy
如果上面的命令不管用,可以输入git config --global -e 直接把代理删除。