首先本地仓库中创建一个项目 ex: proA在远程github仓库中创建项目 ex: proA在本地仓库proA下打开terminal 使用命令:1、git add *2、git commit -m "readme.md"3、git remote add origin "server"(就是github仓库的地址ex:https://github.com/username/proA.git)4、git push -f origin master #强制推到远程仓库