Answers for "$ git push heroku master error: src refspec master does not match any error: failed to push some refs to 'https://git.heroku.com/"

4

heroku error: src refspec master does not match any.

git add .
git commit -m "Initial commit"
git push heroku HEAD:master
Posted by: Guest on April-22-2021

Code answers related to "$ git push heroku master error: src refspec master does not match any error: failed to push some refs to 'https://git.heroku.com/"

Browse Popular Code Answers by Language