-1
Hello, all right ? I was sending a project to github and ended up finding a problem that hadn’t happened to me yet.
error: src refspec master does not match any
error: failed to push some refs to 'https://github.com/xxx/xxx'
I searched to find the answer, even there are answers in the stack overflow itself, but in English, which I tried to base on them and solve but did not succeed. If anyone can help me, I’d be very grateful !
$ git push origin master error: src refspec master does not match any error: failed to push some refs to 'origin' unfortunately these errors appeared, know tell me what might have been ?
– Matheus Barreto
Type the command 'git status', and see what returns.
– hh22
It worked, thank you very much !!
– Matheus Barreto