src refspec master does not match any when pushing commits in git - Stack Overflow
Try git show-ref
to see what refs do you have. Is there refs/heads/master
?
You can try git push origin HEAD:master
as more local-reference-independent solution.
Read full article from src refspec master does not match any when pushing commits in git - Stack Overflow
No comments:
Post a Comment