解药 Failed to connect to github.com port 443 after 75002 ms: Couldn‘t connect to serve
pod instal 失败 github.com port 443 after
·
1. 取消git代理
git config --global --unset http.proxy
git config --global --unset https.proxy
取消完再次执行podinstall,如果还不可以走第2步
2.设置代理
git config --global http.proxy http://127.0.0.1:7890
设置完再次执行podinstall
更多推荐
所有评论(0)