摘要: 1.移除现有的Ruby $gem sources --remove https://rubygems.org/ 2.使用淘宝镜像 $gem sources -a https://ruby.taobao.org/ 3.验证当前ruby版本 $gem sources -l 成功后提示: *** CURR 阅读全文
posted @ 2016-08-15 16:10 Dennis丶SN 阅读(1137) 评论(0) 推荐(1)
摘要: cocoapods安装以及使用,安装过程中ruby版本过低 字数473 阅读103 评论1 喜欢2 1.打开终端 2.移除现有 Ruby 默认源 $ gem sources --remove https://rubygems.org/ 3.使用新的源 $ gem sources -a https:/ 阅读全文
posted @ 2016-08-15 15:59 Dennis丶SN 阅读(342) 评论(0) 推荐(0)