下载不动设置代理:
git config --global http.proxy http://127.0.0.1:1080
git config --global https.proxy https://127.0.0.1:1080
git config --global http.SSLVERIFY false
删除git config项目:
git config --global http.proxy ""
git config --global https.proxy ""
=========================================
windows命令行代理:
set http_proxy=http://127.0.0.1:1080
linux命令行代理:
export http_proxy=192.168.8.25:1080
相关文章
- 07-23Windows系统Git Bash Sock5代理
- 07-23windows终端命令行下使用网络代理
- 07-23使用***客户端和Privoxy让所有CentOS 7命令行工具通过代理访问互联网(转载)
- 07-23git代理,windows命令行代理,linux命令行代理
- 07-23用 xampp 在 windows/Linux 下搭建代理服务器
- 07-23用虚拟机中的Ubuntu编译lean大神固件(1)-解决虚拟机命令行代理问题
- 07-23linux命令行模式下实现代理上网
- 07-23Windows下git设置代理服务器
- 07-23windows下使用密钥登录Linux及xshell代理转发
- 07-23linux git实现代理