#使用http代理 
git config --global http.proxy http://127.0.0.1:1089
git config --global https.proxy https://127.0.0.1:1089
#使用socks5代理
git config --global http.proxy socks5://127.0.0.1:1088
git config --global https.proxy socks5://127.0.0.1:1088

端口换成代理监听的端口