美文网首页
mac os 安装fir-cli

mac os 安装fir-cli

作者: 一只特立独行的道哥 | 来源:发表于2021-04-13 10:58 被阅读0次

最简单的命令就是

 gem install fir-cli

但是命运总是捉弄人,你会得到如下错误:

ERROR: Could not find a valid gem 'fir-cli' (>= 0) in any repository

即使你更换成淘宝源也极有可能于事无补(不管你翻不翻墙)

gem sources -r https://rubygems.org 
gem sources -a https://taobao.org 

归根结底还是gem sources的问题,只要换成 ruby-china这个source就阔以了

gem sources -a https://gems.ruby-china.com  

我在2021-4-13号测试这个是正常的,特别好用

相关文章

网友评论

      本文标题:mac os 安装fir-cli

      本文链接:https://www.haomeiwen.com/subject/buvqlltx.html