Setting up CocoaPods master repo
[!] /usr/bin/git clone https://github.com/CocoaPods/... master
Cloning into 'master'...
fatal: unable to access 'https://github.com/CocoaPods/...': SSLRead() return error -36
不知道是不是删了什么东西,pod setup 老是出错,网上查了很多解决方案都行不通。手动git clone 也报
PHP中文网2017-04-18 09:51:46
直接使用國內鏡像吧。
cd ~/.cocoapods/repo
git clone https://git.coding.net/CocoaPods/Specs.git master
然後直接在你的工程目錄裡執行pod install
就行了,不用setup repo。