gem install error, index not found, ruby on rails

前端 未结 7 510
礼貌的吻别
礼貌的吻别 2021-01-25 10:30

Problem: Cannot install any gem, any type. But I want to install riddle if that matters.

When I run sudo gem install \"gem_name\" I get the following error:

7条回答
  •  不要未来只要你来
    2021-01-25 11:25

    Try to add the another gem source. For example github:

    sudo gem sources -r http://gems.rubyforge.org
    sudo gem sources -a http://gems.github.com
    

提交回复
热议问题