赞
踩
fatal: unable to access 'https://github.com/zichenlbl/vuepress.git/': Failed to connect to github.com port 443 after 21100 ms: Couldn't connect to server
git config --global --get http.proxy
git config --global --get https.proxy
解决截图:
1.设置代理
git config --global http.proxy 'http://127.0.0.1:9083'
git config --global https.proxy 'http://127.0.0.1:9083'
2.取消代理
git config --global --unset http.proxy
git config --global --unset https.proxy
3.查看代理
git config --global --get http.proxy
git config --global --get https.proxy
————————————————
版权声明:本文为CSDN博主「阿毛~」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/weixin_50726818/article/details/128445447
设置代理,
代理地址ip和端口使用git修改成这个。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。