I\'m trying to push my project (all files in a new repository). I follow the steps but when I push with git push -u origin master I get this error:
git push -u origin master
If anyone has this error while trying to push to heroku then just replace 'origin' with 'heroku' like this: git push -f heroku master