I have a public repository at github.com with 2 branches : master and test.
master
test
I created a new directory locally and did:
[
This error also comes up if you try to push to a new repository without having committed anything first. Try:
git add -A git commit -am 'Initial commit'
And then try your push again.