我使用 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.
答案 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