git push heroku master error,致命的存储库

时间:2017-08-25 15:48:35

标签: git heroku

尝试使用命令

将django Web应用程序部署到heroku时出错
    $ git push heroku master

以下是输入该命令后给出的错误:

    mysite lateefa$ git push heroku master
    remote: !   No such app as vast-spire-40247.
    fatal: repository 'https://git.heroku.com/vast-spire-40247.git/' not found

有关如何解决此问题的任何建议?

1 个答案:

答案 0 :(得分:1)

添加远程网址。

git remote add heroku git@heroku.com:vast-spire-40247.git