RPC失败;结果= 56,HTTP代码= 2008.17 MIB
问题描述:
我试图安装cocoapodsusing >pod setup
,并引发以下错误RPC失败;结果= 56,HTTP代码= 2008.17 MIB
tests-Mac-mini:brandz test$ pod setup
Setting up CocoaPods master repo
$ /usr/bin/git clone https://github.com/CocoaPods/Specs.git master --progress
Cloning into 'master'...
remote: Counting objects: 1526805, done.
remote: Compressing objects: 100% (517/517), done.
error: RPC failed; result=56, HTTP code = 2008.17 MiB | 402.00 KiB/s
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
这是可能解决这个问题?
答
我有一些错误分钟前,然后我尝试了另一个像四五次工作正常。我认为是网络问题或文件大小过大。
尝试[此解决方案](https://github.com/CocoaPods/CocoaPods/issues/5592)来自CocoaPods GitHub问题。 – the4kman