找个合适的网络代理
git config --global http.https://github.com.proxy socks5://127.0.0.1:4781
#注意这里的端口号就是代理默认的端口4781
#如果后面需要恢复git的代理
git config --global --unset http.https://github.com.proxy
找个合适的网络代理
git config --global http.https://github.com.proxy socks5://127.0.0.1:4781
#注意这里的端口号就是代理默认的端口4781
#如果后面需要恢复git的代理
git config --global --unset http.https://github.com.proxy