当前位置:   article > 正文

Git 取消http proxy设置_git noproxy

git noproxy

>git config -l

........

.........
http.proxy=socks5://127.0.0.1:1080

>git config --global --unset http.proxy

>>git config -l

no http.proxy configuration

 

Git config 文件所在位置 on Mac OS, .gitconfig为隐藏文件,用 ls -al 来查看

>ls -al

/Users/lianghyan/.gitconfig

 

>cd /Users/lianghyan

>ls -al .gitconfig

-rw-r--r--  1 lianghyan  staff  312 Sep 30 23:17 .gitconfig

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/913274
推荐阅读
相关标签
  

闽ICP备14008679号