在安裝cocoapods遇到的問題
[!] /usr/bin/git clone https://github.com/CocoaPods/Specs.git master
Cloning into'master'...
error: RPC failed; curl56SSLRead()returnerror -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執行這行肯定沒問題
2、也許你是多個xcode
那么你的命令行就要修改一下:
sudo xcode-select -switch /Applications/Xcode7.3.1.app/Contents/Developer
根據你默認的xcode來修改在/Applications/和/Contents/Developer中間的app的名字,如果你默認的是Xcode x.x.x.app,中間就要替換掉喲!
3、最簡便的方式是:
先在終端輸入”sudo xcode-select -switch “,然后,打開Xcode—>右鍵顯示包內容,找到Developer文件夾拖到終端里面