Answers for "git push -u origin master error: src refspec master does not match any error:"

6

error: src refspec master does not match any.

git init
git add . //to add everything
git commit -m ''
git remote -v
git push heroku master
Posted by: Guest on April-17-2020

Code answers related to "git push -u origin master error: src refspec master does not match any error:"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language