Bundle Install could not fetch specs from https://rubygems.org/

前端 未结 14 2149
抹茶落季
抹茶落季 2021-02-01 13:20

I\'m attempting to follow the Hartl Rails Tutorial, and having trouble with the bundler gem.

When using the commands \'bundle install\' or \'bundle update\' I get the fo

14条回答
  •  情话喂你
    2021-02-01 13:54

    Sometimes it happens due to proxy you are using. I tried to resolve this by using a connection without proxy and all worked perfectly fine.
    Then try:

    bundle update
    

    And then go for

    bundle install
    

提交回复
热议问题