中文 English

Proxy Only for GitHub git clone

Published: 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

Reference: 一招 git clone 加速