仅对Github的git clone进行代理

发布时间: 2021-01-17 | 标签: github git clone proxy socks
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

参考: 一招 git clone 加速