随笔分类 -  linux

摘要:常用的gem source发布: foyo99 创建: 2011 年7月11日 浏览: 1686 我要评论当一个源存取失败时,可尝试使用另一个源。(通过gem sources命令配置源,或通过修改Gemfile中的source语句)常用的源http://rubygems.org/http://... 阅读全文
posted @ 2014-04-24 10:33 magicya 阅读(951) 评论(0) 推荐(0)
摘要:今天用pod install时出现错误:The `master` repo requires CocoaPods 0.29.0但是,终端gem update CocoaPods 显示Updating installed gemsNothing to update原因是gem版本不支持升级至0.29.0具体见:http://stackoverflow.com/questions/16511705/the-master-repo-requires-cocoapods-0-18-1解决步骤如下:sudo gem updatesudo gem install CocoaPods 阅读全文
posted @ 2014-03-04 12:03 magicya 阅读(1077) 评论(0) 推荐(0)