仅对Github的git clone进行代理 2021-01-17 1 min read # 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 加速