在你的文件夹目录下
git init
git add./ 把文件夹下所有的目录添加
git commit -m “Initial commit” 引号当中是备注 commit之后就要输入你的邮箱地址和你的用户名
输完之后需要重新commit一次
git remote add origin git网址
git push -u origin master
需要输入账号密码
然后就成功了
相关文章
- 03-19H5移动端安卓机input上传附件点击无反应问题及其他安卓与webview兼容性问题、
- 03-19eclipse中使用pull报错(git提交冲突)
- 03-193.Git的诞生和其分布式的优点
- 03-19快速同步代码到git
- 03-19git 命令的使用(一) add commit push pull
- 03-19Git操作基本命令
- 03-19git语言
- 03-19git pull出现There is no tracking information for the current branch
- 03-19Git Error:There is no tracking information for the current branch.
- 03-19git 报错 gitThere is no tracking information for the current branch. Please specify which branch you w