只对 github 加上 proxy | LIXI.FUN
0%

只对 github 加上 proxy

只对GitHub进行代理

如果挂了全局代理,克隆 gitee 之类的会变慢,可以只对 GitHub 进行代理。

1
2
3
git config --global http.https://github.com.proxy socks5://127.0.0.1:1080

git config --global https.https://github.com.proxy socks5://127.0.0.1:1080
觉得有收获就鼓励下作者吧