CocoaPod 的大多数依赖源都是托管在 GitHub上的,在天朝访问 GitHub 问题不大,但是 googlesource 就需要科学的上网方法了。但是就算你用科学的上网方法,在浏览器是可以打开 googlesource 的,但是 git 依然不能通过代理下载 googlesource 的代码依赖。
下面是解决办法,用以修复 443端口 timeout 问题。
该方法只针对使用兽兽且socks5端口号为1086的科学上网方法。
git config --global http.https://chromium.googlesource.com.proxy socks5://127.0.0.1:1086
git config --global https.https://chromium.googlesource.com.proxy socks5://127.0.0.1:1086