Failed to connect to chromium.googlesource.com port 443

CocoaPods 添加WebP失败解决办法,修改git source地址就是不行

最后开了小飞机代理 web可以打开 但 terminal还是不行 要配置git代理

git config --global http.proxy 'socks5://127.0.0.1:1086'
git config --global https.proxy 'socks5://127.0.0.1:1086'
端口 通过 小飞机的偏好设置-》高级,可以查看
然后再执行 pod install就可以了



原文地址:https://www.cnblogs.com/kobewang/p/13132479.html