当前位置:   article > 正文

Idea访问githu项目失败问题解决,git 配置代理_idea git代理

idea git代理

1.查看代理

git config --global -l
  • 1

2.添加代理端口

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

3.取消指定代理

git config --global --unset http.https://github.com.proxy
git config --global --unset https.https://github.com.proxy
  • 1
  • 2

4.取消全部代理

git config --global --unset http.proxy 
git config --global --unset https.proxy
  • 1
  • 2
声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop】
推荐阅读
相关标签
  

闽ICP备14008679号