我试图将我的应用程序推送到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尝试推送到该应用程序不再存在,特别是当我创建了一个新应用程序时?有什么建议?