【发布时间】:2011-02-26 04:37:57
【问题描述】:
我正在尝试将我的应用推送到 heroku,但收到以下消息:
$ heroku create
Creating electric-meadow-15..... done
Created http://electric-meadow-15.heroku.com/ | git@heroku.com:electric-meadow-1
5.git
$ git push heroku master
! No such app as fierce-fog-63
fatal: The remote end hung up unexpectedly
我现在得到这个很奇怪,我已经多次将应用程序推送到 heroku 没有问题。特别奇怪的是,fierce-fog-63 是我很久以前制作并删除的旧应用程序。为什么现在 heroku 试图推送这个不再存在的应用程序,尤其是当我创建了一个新应用程序时?有什么建议吗?
【问题讨论】:
标签: ruby-on-rails ruby hosting heroku