1、初始化 git init git add README.md git commit -m "first commit" git remote add origin git@github.com:kaleozhou/ordersys2.git git push -u origin master