苹果笔记本重新换了块硬盘,重新装了git,修改了下载缓存(使用git config --global http.postbuffer 2097152000 //2000x1024x1024 设置为500M),但是当更新第三方库时,报443端口超时或连接拒绝。

  CDN: trunk Relative path: Specs/a/a/4/Masonry/0.4.0/Masonry.podspec.json
error: Failed to open TCP connection to raw.githubusercontent.com:443
(Connection refused - connect(2) for "raw.githubusercontent.com" port 443) -
retrying
Failed to connect to github.com port 443: Operation timed out

显然时公司网络拒绝了443端口的访问。

连接自己的手机网络现在成功,当然也可以回家用家里的软件下载。

由于使用的组件太多,需要很多G的流量,最终回家下载了组件。再下载过程中途突然弹出下面错误提示信息。

Failed to connect to github.com port 443: Operation timed out和弹出无法打开_github


这个是Google Chrome安卓文件中有非法的脚本和配置。点击再访达中显示,找到对应的文件夹,把有问题的文件都删除。然后再执行​​pod install​​,结果按照成功了。

看来在git下载过程中,任何失败信息都可能引起更新第三方库失败。