赞
踩
当我们访问GitHub的时候一般都会使用梯子,所以往上推代码的时候也是需要梯子,没有梯子推送成功概率很低,一般都会报错超时,所以设置梯子提高访问成功率
取消代理是因为,访问Gitee的时候不需要梯子,所以要取消代理
- git config --global http.proxy 'http://127.0.0.1:9083'
- git config --global https.proxy 'http://127.0.0.1:9083'
- git config --global --unset http.proxy
- git config --global --unset https.proxy
- git config --global --get http.proxy
- git config --global --get https.proxy
git helper -a // 查看全部git子命令
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。