码迷,mamicode.com
首页 > 其他好文 > 详细

git 设置和取消代理

时间:2020-09-04 17:05:18      阅读:54      评论:0      收藏:0      [点我收藏+]

标签:delete   方法   out   tps   let   proxy   https   config   socks5   

常用的软件设置代理方法

检测代理是否正常

curl -x  socks5://127.0.0.1:1080 https://www.youtube.com/

Git

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

git config --global https.proxy https://127.0.0.1:1080

git config --global --unset http.proxy

git config --global --unset https.proxy

npm config delete proxy

git 设置和取消代理

标签:delete   方法   out   tps   let   proxy   https   config   socks5   

原文地址:https://blog.51cto.com/12187730/2524296

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!