打电话时
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.
我可以使用 gem install 手动安装 gem 并再次启动 rails new ,并且下一个 gem 会重复该错误。我最终手动安装每一个宝石。
我使用 rvm 1.13.0 单用户。