我在Heroku上有一个应用程序。 我正在尝试从this tutorial执行这些步骤,以便我的应用程序具有可识别的域名。
当我输入以下命令(使用我自己的域名)时:
heroku domains:add www.example.com
我收到此错误消息:
Adding www.example.com to fierce-escarpment-8305... failed<br/>
! Domain has already been taken
我不明白这意味着什么。我在其他托管服务上取消了我的帐户,以便我可以释放我的域名,并且我使用我的域名提供商重置了我的信息,以便我的域名指向临时页面。
好的!所以我现在明白(我认为)我必须在我的域名提供商网站上进行更改。我认为我的信息现在是正确的,因为我没有“!域已被采取”错误信息
现在,我有这样的信息:
»heroku域名:添加www.math-moi.com
!没有指定应用。
!从app文件夹运行此命令或指定要与--app
一起使用的应用程序
»heroku域名:添加www.math-moi.com --app heroku-fierce-escarpment-8305
将www.math-moi.com添加到heroku-fierce-escarpment-8305 ......失败了
!应用程序未找到
谁能告诉我我做错了什么?
»heroku域名:添加www.math-moi.com --app heroku-fierce-escarpment-8305.herokuapp.com
将www.math-moi.com添加到heroku-fierce-escarpment-8305.herokuapp.com ...失败
!资源未找到
仍有错误讯息......
»heroku domains:add www.math-moi.com --app fierce-escarpment-8305<br/>
Adding www.math-moi.com to fierce-escarpment-8305... failed<br/>
! Domain has already been taken
答案 0 :(得分:0)
尝试使用您拥有的域名。域example.com已被其他人声明,并且多个帐户无法分配到同一域。
heroku domains:add www.example.com
应该成为:
heroku domains:add www.YOURDOMAINHERE.com