cmd和bash,git设置代理的方法
运行下面代码
git config --global --unset http.proxy git config --global --unset https.proxy npm config delete proxy git config --global http.proxy 'socks5://127.0.0.1:1082' git config --global https.proxy 'socks5://127.0.0.1:1082' git config --global http.proxy 'socks5://47.92.161.121:3000' git config --global https.proxy 'socks5://47.92.161.121:3000' export http_proxy='127.0.0.1:1082' export https_proxy='127.0.0.1:1082' set http_proxy='127.0.0.1:1082' set https_proxy='127.0.0.1:1082'
天道酬勤
本文作者:方方和圆圆
本文链接:https://www.cnblogs.com/diligenceday/p/13626500.html
版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议进行许可。
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
2017-09-07 wifi pineapple 外接USB无线网卡桥接外网
2016-09-07 sublime3安装liveload,实现前端自动F5刷新html界面