I cloned my repository with:
git clone ssh://xxxxx/xx.git
I want to push them to the server:
git add xxx.php
git commit -m "TEST"
git push origin master
I get this error:
error: src refspec master does not match any.
error: failed to push some refs to 'ssh://xxxxx.com/project.git'
Can someone help me with this?