Possible Duplicate:
Ruby on rails and Heroku problem
I am currently doing Michael Hartl's Rails tutorial. When pushing my app called first_app to Github, everything works fine however when I then go on and try to push it to Heroku with git push heroku master
I keep getting error
src refspec master does not match any.error: failed to push some refs to 'git@heroku.com:radiant-mountain-8467.git'.
I've tried looking up and trying different things,no luck so far. When I go to heroku website I see some apps but when I click on them they just say
Welcome to your new app! Refer to the documentation if you need help deploying.
That can't be right so I decided to ask you for any thoughts so I can keep going.
I'm using:
- Mac: Lion 10.7.3
- ruby 1.9.3p194
- git version 1.7.4.4
- rails 3.2.6
- rubygems 1.8.24