1

rails new my_app 抛出以下错误

An error occurred while installing rake 0.9.2.2 and bundle can not continue. Make sure that gem install rake -v '0.9.2.2' succeeds before bundling.

我在窗口 7 中安装了最新版本的 Ruby on Rails。

4

1 回答 1

1

用于rails new my_project生成您的项目。还运行rails -v以确保安装了导轨

于 2012-10-14T11:33:31.287 回答