git-commands
git config
针对所有仓库设置github.com的代理:git config --global http.https://github.com.proxy socks5://127.0.0.1:10808
git config --global https.https://github.com.proxy socks5://127.0.0.1:10808
(socks协议可更换为http/https)
git-commands
http://example.com/2024/01/19/git-commands/