代理

查询是否使用代理:git config --global http.proxy 
取消代理:git config --global --unset http.proxy

原文地址:https://www.cnblogs.com/vinzen/p/9844132.html