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