废话不多说直接代码
cd 本地库(文件夹,里面包括项目文件夹) git init touch README.me git add . git commit -m "first Commit" git remote add origin git push -u origin master
简单易用。