我安装了Heroku并设置了一个帐户,但出于某种原因,每当我尝试将应用程序推送到网站时,我都会收到此错误.
$ git push heroku master
! No such app as first_app
fatal: The remote end hung up unexpectedly
Run Code Online (Sandbox Code Playgroud)
我已经检查过看到heroku看到了git
$ git remote -v
heroku git@heroku.com:first_app.git (fetch)
heroku git@heroku.com:first_app.git (push)
Run Code Online (Sandbox Code Playgroud)
如何让heroku识别我的git文件?