I already run the following codes and everything went smoothly:
git init
git add .
git commit —m 'name'
heroku create
But when I run this code:
git push heroku master
I get this error:
fatal: 'heroku' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
git remote addinsideheroku create. Then the reference of "heroku" ingit push heroku masteris empty.