已存在的目录转换为一个 GIT 项目并托管到 GITHUB 仓库2017-09-10UncategorizedContents 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 git init git add . git commit -m "Initial commit" #访问 GitHub, 创建一个新仓库 git remote add origin https://github.com/superRaytin/alipay-app-ui.git #git push origin master git push -u origin master -f http://leonshi.com/2016/02/01/add-existing-project-to-github/http://blog.csdn.net/shiren1118/article/details/7761203Author w1100nLastMod 2017-09-10