I'm having trouble pushing master to Heroku to deploy my Heroku app.
When I type in this code:
git push heroku master
I get this error:
error: src refspec master does not match any.
error: failed to push some refs to 'git@heroku.com:evening-scrubland-91960.git'
Where git@heroku.com:evening-scrubland-91960.git
is the name of my app.
If it helps, I'm using this website as a tutorial: https://devcenter.heroku.com/articles/getting-started-with-python#deploy-the-app
I've also used the following suggestions from the below website: I want make push and get error: src refspec master does not match any