首页 > 其他 > 详细

git 设置和取消代理

时间:2020-08-26 17:30:40      阅读:84      评论:0      收藏:0      [点我收藏+]
常用的软件设置代理方法

检测代理是否正常

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 设置和取消代理

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!