I clone my repository with:
git clone ssh://xxxxx/xx.git
But after I change some files and add and commit them,
add
commit
This just mean you forgot to do the initial commit, try
git add . git commit -m 'initial commit' git push origin master