GitHub提交失败 设置代理
有时候怎么也连不上,提交不了。可以试试这个。
》》git设置代理 -github设置代理
git config --global http.proxy "127.0.0.1:10802"
git config --global https.proxy [http://127.0.0.1:1080](http://127.0.0.1:1080/)
》》git取消代理-github取消代理
git config --global --unset http.proxy
git config --global --unset https.proxy
扫描二维码推送至手机访问。
版权声明:本文由 果签工坊 发布,如需转载请注明出处。
本文链接:http://www.applep12.vip/programming/ELq4g0q3YSSmNNb.html