码迷,mamicode.com
首页 > 其他好文 > 详细

pod setup 报CocoaPods was not able to update the `master` repo 错误解决办法

时间:2015-03-28 01:09:36      阅读:224      评论:0      收藏:0      [点我收藏+]

标签:

先删除全局的缓存:
$ sudo rm -fr ~/Library/Caches/CocoaPods/
$ sudo rm -fr ~/.cocoapods/repos/master/

还不行的话就把当前 Pods 目录清空:
$ sudo rm -fr Pods/

// 再执行
$ sudo gem install cocoapods

$ pod setup 看看还有没有报错

 

pod setup 报CocoaPods was not able to update the `master` repo 错误解决办法

标签:

原文地址:http://www.cnblogs.com/joesen/p/4373453.html

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