「バンドルのインストール」宝石を引き起こし:: RemoteFetcher :: FetchError各宝石に
rails new project
を呼び出すとき、私はバンドルはインストールヒットするまでのプロセスが進行します。その時点で:
identical vendor/plugins/.gitkeep
run bundle install
Fetching gem metadata from https://rubygems.org/.........
Gem::RemoteFetcher::FetchError: SSL_connect returned=1 errno=0 state=unknown state: sslv3 alert handshake failure (https://d2chzxaqi4y7f8.cloudfront.net/gems/rake-0.9.2.2.gem)
An error occured while installing rake (0.9.2.2), and Bundler cannot continue.
Make sure that `gem install rake -v '0.9.2.2'` succeeds before bundling.
私はインストール宝石を使用して手動で宝石をインストールすることができますし、打ち上げは再び新しいレール、およびエラーが次の宝石のために繰り返されます。私は手動ですべての単一の宝石をインストールすることになります。
私はrvm 1.13.0シングルユーザーを使用します。
RVMを使用している場合は、 'rvm requirements'を読んでください。 – mpapis