git init git commit -m "first commit" git remote add origin git@github.com:xxx/xxxx.git git push -u origin master
发表回复