error: src refspec master does not match any.

Shell
git init
git add . //to add everything
git commit -m ''
git remote -v
git push heroku master
git config --global user.email "[email protected]"

git config --global user.name "Your Name"

Source

Also in Shell: