gem install error, index not found, ruby on rails

前端 未结 7 561
礼貌的吻别
礼貌的吻别 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:10

    Check your sources

    gem sources
    

    rebuild index for affected sources, e.g.

    gem generate_index http://gems.rubyforge.org
    

提交回复
热议问题