执行
git config --global https.proxy 127.0.0.1:33210
git config --global http.proxy 127.0.0.1:33210
git config --global https.proxy socks5 127.0.0.1:33210
git config --global http.proxy socks5 127.0.0.1:33210
参考
执行
git config --global https.proxy 127.0.0.1:33210
git config --global http.proxy 127.0.0.1:33210
git config --global https.proxy socks5 127.0.0.1:33210
git config --global http.proxy socks5 127.0.0.1:33210
参考