我是 github/heroku 的新手,我现在正在做一个 Rails 教程。当我尝试提交申请时,我收到一条错误消息!没有 demo_app 这样的应用程序。但是,当我这样做时
git remote -v
我得到:
heroku git@heroku.com:demo_app.git (fetch)
heroku git@heroku.com:demo_app.git (push)
origin git@heroku.com:schan93/demo_app.git (fetch)
origin git@heroku.com:schan93/demo_app.git (fetch)
但是当我这样做时
git push heroku master
我收到一条错误消息
! No such app as demo_app.
有什么帮助吗?谢谢!