Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在执行一个命令rails new sample_app。创建项目后sample_app,我执行了bundle show命令,但找不到 Gemfile。 我谷歌并找到了他们没有找到的 stackoverflow解决方案1 2 3gemfile ,而在我的情况下我有。提出一些解决方案。
rails new sample_app
sample_app
bundle show
gemfile
我认为您应该在 sample_app 目录中。对于此在命令提示符下运行,然后 cd sample_app执行 bundle install bundle show
cd sample_app
bundle install