











使用命令创建git仓库
1.创建项目(本地项目)
2.在github新建仓库
3.打开项目所在文件夹, 在文件夹上右键运行: git bash here
4.使用命令
git init
git add src
git commit -m "first commit"
git remote add origin https://github.com/git用户名/仓库名.git
git push -u origin master
最后一步失败之后 git pull --rebase origin master 执行
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。