1、设置上网代理
git config --global http.proxy http://username:passwd@proxy.xx.com.cn:80
2、取消代理
git config --global --unset http.proxy
3、查询代理
git config --global http.proxy
1、设置上网代理
git config --global http.proxy http://username:passwd@proxy.xx.com.cn:80
2、取消代理
git config --global --unset http.proxy
3、查询代理
git config --global http.proxy