自从我使用此命令安装CocoaPods后,我第一次尝试使用CocoaPods
sudo gem install cocoapods
然后我将使用此命令
创建Podfile
pod init
然后我收到此错误
**[!] /usr/bin/git clone 'https://github.com/CocoaPods/Specs.git' master --depth=1
Cloning into 'master'...
fatal: unable to access 'https://github.com/CocoaPods/Specs.git/': SSLRead() return error -9806**
答案 0 :(得分:2)
第一次运行CocoaPods时会发生此错误,因为它正在尝试创建specs repo的本地副本。要诊断此过程中出现的问题,您可以运行
pod setup --verbose