i'm new here and need some help please. I'm making a course of Git and GitHub on Platzi, and when i want to push the origin to the repo, my terminal give me this error, anybody knows what does this means?
Asked
Active
Viewed 46 times
0
-
https://stackoverflow.com/search?q=%5Bgit%5D+error%3A+src+refspec+master%3A+does+not+match+any – phd Jan 20 '22 at 00:15
-
Check that you have commits to push. Check that the branch to push is named "master". If it's named "main" push "main" instead of "master". – phd Jan 20 '22 at 00:17