«
命令行 git 代理设置

时间:2023-4-3    作者:admin    分类:


只对github.com

git config --global http.https://github.com.proxy socks5://127.0.0.1:1080

取消代理

git config --global --unset http.https://github.com.proxy)