I clone my repository with:
git clone ssh://xxxxx/xx.git
But after I change some files and add and commit them,
add
commit
It happens if you forget to commit before pushing for the first time. Just run:
git commit -m "first commit"