I'm following along with the railstutorial.org, and when I get to the "git push heroku master" part, I get the following error:
fatal: Not a git repository (or any of the parent directories): .git
So I do some googling, and see a common troubleshooting trick is to try "git remote -v". The problem is, whenever I try that, I get the same error as above. It seems no matter what I type after "git remote" will result in that error.
What am I doing wrong here?! I was cruising along so well until I hit this brick wall.