5

CMS をインストールしようとするとエラーが発生します。それは言うBundler::GemfileNotFound

その上、私が実行するbundleと、それも言うBundler::GemfileNotFound

これを修正するにはどうすればよいですか?

4

1 に答える 1

12

I think you're getting this error because you didn't go into the directory.

i.e., rails new project_example

then you do

cd project_example (cd stands for change directory)

this moves you inside the project ...

then you run that command

于 2013-03-12T03:36:55.110 に答える