从github克隆的CocoaPods / Specs花费了太多时间

时间:2017-02-17 12:29:16

标签: ios iphone xcode git cocoapods

我尝试了很多时间克隆这个网址

  

git clone https://github.com/CocoaPods/Specs.git

但它如下所示,如何解决这个问题?请帮帮我。

$ /usr/bin/git clone https://github.com/CocoaPods/Specs.git master --progress
  Cloning into 'master'...
  remote: Counting objects: 1082703, done.        
  remote: Compressing objects: 100% (279/279), done.        
  Receiving objects:   2% (25216/1082703), 5.03 MiB | 16.00 KiB/s 

有时可能会在完成50%之后破坏,并且还会显示以下错误

error: RPC failed; curl 56 SSLRead() return error -9806 MiB/s   
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

1 个答案:

答案 0 :(得分:0)

如果您只需要最新版本,请尝试

git clone --depth=1 https://github.com/CocoaPods/Specs.git

它会将大小减小到1/3。

此外,根据您的网络状况,代理可能有所帮助。