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

前端 未结 14 2419
抹茶落季
抹茶落季 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 14:17

    I had the same issue. The only working solution I found was to force http instead of https in Gemfile:

    source 'http://rubygems.org'
    

提交回复
热议问题