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 也报
怪我咯2017-04-18 09:51:46
You can refer to this article: https://segmentfault.com/a/11...
It is recommended to reset the master after removing it
PHP中文网2017-04-18 09:51:46
Just use the domestic mirror.
cd ~/.cocoapods/repo
git clone https://git.coding.net/CocoaPods/Specs.git master
Then just execute it pod install
directly in your project directory without setup repo.
PHP中文网2017-04-18 09:51:46
http://blog.csdn.net/www9500n... I always reported errors before, but then I changed the network and used my mobile hotspot and everything was fine