ios - 不知道是不是删了个东西,Cocoapods pod setup 老是出错,求大神解决!!!
高洛峰
高洛峰 2017-04-18 09:49:46
0
3
618

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 也报

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

reply all(3)
刘奇

You can refer to this article: https://segmentfault.com/a/11...
It is recommended to reset the master after removing it

洪涛

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.

洪涛

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template