中文 English

仅对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 加速

本文阅读量 --