git设置代理和取消代理
本文最后更新于:2023年4月7日 下午
1、设置代理
git config --global http.proxy "127.0.0.1:1080"
2、取消代理
git config --global --unset http.proxy # 或者 git config --global --unset https.proxy
打赏支持
“如果你觉得我的文章不错,不妨鼓励我继续写作。”
git设置代理和取消代理
https://dreamoneyou.github.io/2021/git 设置代理和取消代理/