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 也报
可以参看一下这篇文章:https://segmentfault.com/a/11...
建议把 master remove之后重新setup
直接使用国内镜像吧。
然后直接在你的工程目录里执行
pod install
就行了,不用setup repo。http://blog.csdn.net/www9500n... 我之前老是报错,但是我后来换了网络,用自己的手机热点一下子就好了