我正在为一个已经在 heroku 中设置生产环境的应用程序创建一个暂存环境。在此处从生产应用程序开始 - https://devcenter.heroku.com/articles/multiple-environments之后,我运行了命令来创建暂存环境:
heroku create staging-app-name --remote staging --addons mongohq:free,shared-database:5mb --account urban
输出:
Creating staging-app-name... done, stack is cedar
Adding mongohq:free to staging-app-name... failed
! Please verify your account to install this add-on
! For more information, see http://devcenter.heroku.com/categories/billing
! Confirm now at https://heroku.com/confirm
我访问了https://heroku.com/confirm并收到消息说“您的帐户已验证”。
返回命令行并重新运行创建命令。输出:
! Name is already taken
当我访问 heroku.com 并查看我的应用程序时,它不存在。我怎样才能收回这个名字?