2016-09-11 2 views
3
Last login: Sun Sep 11 13:24:10 on ttys002 
Deepanshus-MacBook-Air:~ deepanshusrivastava$ pod setup --verbose 

Setting up CocoaPods master repo 

Cloning spec repo `master` from `https://github.com/CocoaPods/Specs.git` (branch `master`) 
    $ /usr/bin/git clone https://github.com/CocoaPods/Specs.git master 
    Cloning into 'master'... 
    error: RPC failed; curl 56 SSLRead() return error -9806 
    fatal: The remote end hung up unexpectedly 
    fatal: early EOF 
    fatal: index-pack failed 
[!] /usr/bin/git clone https://github.com/CocoaPods/Specs.git master 

Cloning into 'master'... 
error: RPC failed; curl 56 SSLRead() return error -9806 
fatal: The remote end hung up unexpectedly 
fatal: early EOF 
fatal: index-pack failed 

これは、ポッドをインストールしようとするたびに発生します。 がひどくついています。ポッドを設定できません(エラー:RPC失敗、curl 56 SSLRead()エラー-9806を返します)

答えて

0

私はCocoapods $ポッドこれははsecureTransportバックエンドで使用されるカールで発生

をインストールするために同じエラーが生じています。このエラーの説明があるかもしれません。here

私は多くの他の解決方法を試していますが、これを解決するためにTunnel Bear VPNを使用しました。答えはlinkでした。しかし今、私はこれがbest wayであることを発見しました。

+0

これは理論的に質問に答えるかもしれませんが、ここで答えの重要な部分を含めることが望ましいです(https://meta.stackoverflow.com/q/8259)。 –

0

Xcodeのバージョンへのパスが壊れているようです。 あなたが修正することができますがである:

sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer

あなたはXcodeの複数のバージョンをインストールした場合、あなたは/Applications/Xcode 7.3.1.app/Contents/DeveloperのようなあなたのXcode.appの実際の位置と/Applications/Xcode.app/Contents/Developerを交換する必要があります。

関連する問題