在github创建一个repository
执行命令
git init git add . git commit -m"" git remote add origin https://github.com/xxxxxxxxxx/xxxxxxxx.git
首次拉取git pull origin master
问题:新建项目如何推到Github
原文:https://www.cnblogs.com/wen-xin/p/11832507.html