Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/heroku/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Heroku create name已在验证帐户后接收邮件_Heroku - Fatal编程技术网

Heroku create name已在验证帐户后接收邮件

Heroku create name已在验证帐户后接收邮件,heroku,Heroku,我正在为一个已经在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

我正在为一个已经在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
我访问并收到消息说“您的帐户已验证”

返回命令行并重新运行create命令。输出:

!    Name is already taken

当我去heroku.com查看我的应用程序时,它不在那里。如何收回该名称?

请与支持部门联系-这可能是您发现的CLI中的一个错误。

我在某个帐户下运行了该命令,并在另一个帐户下查看我在heroku中的应用程序:/当我登录到正确的帐户时,该应用程序就在那里。

请更改该应用程序的名称。因为您键入的应用程序名称已被其他用户使用。所以请更改您的应用程序名称以避免此错误

此答案有点简洁。尝试添加更多解释。