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

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
0

error: src refspec main does not match any error: failed to push some refs to

mkdir repo && cd repo
git remote add origin /path/to/origin.git
git add .

git commit -m "initial commit"
git push origin master
Posted by: Guest on August-07-2021

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

Browse Popular Code Answers by Language