0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【Rails】bundle installができない時の解決方法

Posted at

超初心者向けです。
gemをインストールする際にbundle installを実行した時の、エラーの解決方法を紹介します。

##エラー内容

ターミナル
Fetching source index from https://rubygems.org/
Retrying fetcher due to error (2/4):
Bundler::HTTPError Could not fetch specs
from https://rubygems.org/
Retrying fetcher due to error (3/4):
Bundler::HTTPError Could not fetch specs
from https://rubygems.org/

bundle install を実行しところ、随分待たされた挙句に上記のエラーが発生。

##試したこと

gem update --system

私の場合、試してもエラーが発生。
大体は解決するそうですが、、、

##解決方法
PCを再起動、もしくは、通信環境が良いところで再度チャレンジ。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?