超初心者向けです。
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を再起動、もしくは、通信環境が良いところで再度チャレンジ。