我正在尝试将我的应用程序推送到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
Run Code Online (Sandbox Code Playgroud)
我现在得到这个很奇怪,我已经将应用程序多次推送到heroku而没有问题.特别奇怪的是,这fierce-fog-63是我很久以前制作和删除的旧应用程序.为什么现在Heroku正试图推动这个不再存在的应用程序,特别是当我创建一个新应用程序时?有什么建议?