我正在尝试安装我的可可豆荚.
做完所有事情并安装后我得到了错误:
[!] Unable to add a source with url git@github.com:CocoaPods/Specs.git named master-1
Run Code Online (Sandbox Code Playgroud)
并修复我尝试的错误:
cd ~/.cocoapods/repos
git clone https://github.com/CocoaPods/Specs.git master
Run Code Online (Sandbox Code Playgroud)
然后我得到这个错误,我不知道如何处理:
remote: Counting objects: 854549, done.
remote: Compressing objects: 100% (3453/3453), done.
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
Run Code Online (Sandbox Code Playgroud)