1. 先从github创建一个空的仓库 2. touch README.md 3. git init 4. git add . 5. git commit -m ‘提交说明’ 6. git remote add origin git@github.com:wossoneri/AOADemo.git 7. git push -u origin master