When I try to push my app to Heroku I get this response:
fatal: \'heroku\' does not appear to be a git repository fatal: Could not read from remote repositor
For me the answer was to cd into the root directory of the app before running heroku create or git push heroku master
heroku create
git push heroku master