#使用http代理 git config --global http.proxy http://127.0.0.1:1089git config --global https.proxy https://127.0.0.1:1089#使用socks5代理git config --global http.proxy socks5://127.0.0.1:1088git config --global https.proxy socks5://127.0.0.1:1088 端口换成代理监听的端口