2

新しいRailsアプリを作成しようとしています:

rails new NewRailsApp

エラーが発生し続けます:

  create
  create  README.rdoc
  create  Rakefile
  ...
  create  vendor/plugins/.gitkeep
     run  bundle install
Fetching gem metadata from https://rubygems.org/.
Error Bundler::HTTPError during request to dependency API
Fetching full source index from https://rubygems.org/
Could not reach https://rubygems.org/

エラーは私の側にあるのですか、それとも Rubygems Dependecy API がダウンしていることが原因ですか? (これによると、4日間ダウンしています

この問題を回避するにはどうすればよいですか?

4

1 に答える 1

4

一時的に使用する

source "http://bundler-api.herokuapp.com"

あなたのGemfile

ソース: http://hone.herokuapp.com/bundler%20heroku/2012/10/22/rubygems-and-the-dependency-api.html

于 2012-10-22T18:01:37.730 に答える