SSL证书错误在rails上安装ruby时

时间:2016-11-19 16:50:35

标签: ruby-on-rails ruby-on-rails-3

我使用 railsinstaller-3.2.0 [ Ruby版本:2.2.4,Rails版本:5.0.0.1 ]安装了Ruby on Rails。但是在使用命令时rails new我遇到了错误1

此外,在使用bundle install时我也遇到了另一个问题:它返回异常The system cannot find the path specified.

screen shot of the error

1 个答案:

答案 0 :(得分:0)

用非ssl替换ssl gem源:

gem sources -r https://rubygems.org/
gem sources -a http://rubygems.org/

在命令提示符下执行以上命令。 之后

bundle install

如需创建新应用,请使用此rails new your_new_application_name i,e rails new first_app