摘要:
命令行更新(安装)步骤【更新步骤】 $ sudo gem update --system // 先更新gem,国内需要切换源 $ gem sources --remove https://rubygems.org/ $ gem sources -a https://ruby.taobao.org/ 阅读全文
摘要:
1。安装 # 删除源(这个系统自带的不好用) $ sudo gem sources -r https://rubygems.org/ # 添加源(使用淘宝的镜像,记住要用https) $ sudo gem sources -a https://ruby.taobao.org/ # 查看是否使用的是淘 阅读全文