1、先在网页git上创建项目2、git bash 在本地项目目录下git init 3、git remote add origin git@github.com:michaelliao/learngit.git4、$ git push -u origin master