【发布时间】:2014-10-11 17:15:25
【问题描述】:
我正在通过 HTTPs 使用 git clone
git clone https://github.com/BoltsFramework/Bolts-iOS.git
得到这个
连接到 github.com:443 失败;操作超时
问题是它失败了 10 次中的 9 次。非常不可预测。我更新为使用 homebrew git version 2.0.1 并且 openssl 似乎是最新的
OpenSSL 0.9.8za 2014 年 6 月 5 日构建于:2014 年 8 月 10 日平台: darwin64-x86_64-llvm
我的 .gitconfig 文件中有这些
[credential]
helper = osxkeychain
[http]
sslVerify = false
postBuffer = 524288000
[https]
sslVerify = false
postBuffer = 524288000
但问题依然存在。这会导致像这样的问题Attempt to read non existent folder
如何解决这个问题?
【问题讨论】:
标签: git https timeout clone cocoapods