I clone my repository with:
git clone ssh://xxxxx/xx.git
But after I change some files and add and commit them,
add
commit
You probably forgot the command "git add ." after the "git init" command.