Quando si chiama"bundle install" causa Gem :: :: RemoteFetcher FetchError su ogni gemma
rails new project
Il processo va avanti fino a quando ho colpito bundle install. A quel punto:
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.
posso installare la gemma manualmente con la gemma installare e lanciare nuovi rotaie di nuovo, e l'errore si ripete per la prossima gemma. Finisco per installare manualmente ogni singolo gioiello.
Uso rvm 1.13.0 utente singolo.
se si utilizza RVM, è necessario leggere "requisiti rvm". – mpapis