cocoapods遇到error: RPC failed; curl 56 SSLRead() return error -36問題


在安裝cocoapods遇到的問題

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

解決方案:
打開終端命令行,輸入一下命令:

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

並一定是這行代碼,要根據自己的情況,來修改這個命令行
1、當然一個xcode執行這行肯定沒問題
單個xcode
2、也許你是多個xcode
安裝多個xcode
那么你的命令行就要修改一下:

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

根據你默認的xcode來修改在/Applications//Contents/Developer中間的app的名字,如果你默認的是Xcode x.x.x.app,中間就要替換掉喲!

ps:問題還存在,把xcode全部卸載,只裝一個最新的。

3、最簡便的方式是:
先在終端輸入”sudo xcode-select -switch “,然后,打開Xcode—>右鍵顯示包內容,找到Developer文件夾拖到終端里面

PS:一些xcode-select的命令的使用:

xcode-select [-help] xcode-select [-switch xcode_folder_path] xcode-select [-print-path] xcode-select [-version]

例如:
打印當前xcode的路徑

xcode-select --print-path

輸出:

/Applications/Xcode.app/Contents/Developer


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM