码迷,mamicode.com
首页 > 系统相关 > 详细

MAC OS 10.12.3 安装cocoapods 问题

时间:2017-05-10 11:37:04      阅读:199      评论:0      收藏:0      [点我收藏+]

标签:问题   http   pretty   expect   word   hung   ring   number   ber   

MAC OS 10.12.3 安装cocoapods 执行 pod setup 报错:

error: RPC failed; curl 56 SSLRead() return error -36 fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed

解决方案:
1:移除repo master
sudo rm -fr ~/.cocoapods/repos/master

2:将
https://github.com/CocoaPods/Specs.git ~ clone 到 ~/.cocoapods/repos/master 目录下

git clone
https://github.com/CocoaPods/Specs.git ~/.cocoapods/repos/master
3:重新执行 pod setup


MAC OS 10.12.3 安装cocoapods 问题

标签:问题   http   pretty   expect   word   hung   ring   number   ber   

原文地址:http://www.cnblogs.com/yuwei0911/p/6834561.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!