I installed Heroku and set up an account, but for some reason whenever I try to push the app to the site, I get this error.
$ git push heroku master
! No such app as first_app
fatal: The remote end hung up unexpectedly
I have checked to see that heroku sees the git
$ git remote -v
heroku git@heroku.com:first_app.git (fetch)
heroku git@heroku.com:first_app.git (push)
how do I get heroku to recognize my git file?