1.git init 2.git add . 3.git commit -m "first commit" 4.git remote add 命名 项目地址 image.png 5.git push -u 命名 master image.png