我已按照此处的说明将我的应用程序从 Bamboo 升级到 Cedar 。我现在的问题是,每当我在新的 heroku 应用程序上运行任何 heroku 命令时,我都会收到以下错误
$ heroku run rake db:migrate --app my-app
Running `rake db:migrate` attached to terminal... up, run.1
Error: No such file or directory
该错误没有告诉我哪个文件导致了这个问题,所以大多数相关帖子都不适用于这个特定问题
同样的错误发生在heroku run console
, 甚至heroku run why_wont_this_work
我尝试heroku update
过,因为没有 Heroku Toolbelt 而被骂,安装了它,但仍然因为没有 Heroku Toolbelt 而被骂。