当前位置:   article > 正文

git 开启代理和取消代理_取消git代理

取消git代理

git 开启代理和取消代理

同时使用 GitHub 和 Gitee,要设置 git 代理配置,在使用 GitHub 时开启代理,使用 Gitee 时取消代理,才能正常进行 git 操作

1. git 开启代理

git config --global http.proxy http://127.0.0.1:41091
git config --global https.proxy http://127.0.0.1:41091
  • 1
  • 2

2. git 取消代理

git config --global --unset http.proxy
git config --global --unset https.proxy
  • 1
  • 2
本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/神奇cpp/article/detail/913250
推荐阅读
相关标签
  

闽ICP备14008679号