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

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

    CHange your source form https to http after run

    sudo bundle update sudo bundle install

提交回复
热议问题