我正在爲已經在heroku中設置生產環境的應用程序創建登臺環境。在從生產應用這裏開始 - https://devcenter.heroku.com/articles/multiple-environments,我跑的命令創建臨時環境:驗證帳戶後,Heroku創建名稱已拍攝消息
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並得到了消息,說「您的帳戶已通過驗證」。
回到命令行並重新運行create命令。輸出:
! Name is already taken
當我去heroku.com,看看我的應用程序,它不在那裏。我該如何回收這個名字?
此答案有點簡潔。嘗試添加更多解釋。 – bowlturner 2014-09-26 18:43:05