SyntaxFix
Write A Post
Hire A Developer
Questions
In my case I was simply lacking of initial commit on remote branch, so local branch wasn't finding anything to pull and it was giving that error message.
I did:
git commit -m 'first commit' // on remote branch git pull // on local branch