为了账号安全,请及时绑定邮箱和手机立即绑定

git提交代码到github报错

git提交代码到github报错

Git
Qyouu 2019-03-05 08:27:44
第一次用git 刚才在blog目录下按顺序执行了下面命令报错了git initgit add .git commit -m "a"git remote add origin https://github.com/nanxun1991/blog.gitgit pull origin mastergit push -u origin master报错如下 是怎么回事呢?To https://github.com/nanxun1991/blog.git  ! [rejected]        master -> master (non-fast-forward)error: failed to push some refs to 'https://github.com/nanxun1991/blog.git'hint: Updates were rejected because the tip of your current branch is behindhint: its remote counterpart. Integrate the remote changes (e.g.hint: 'git pull ...') before pushing again.hint: See the 'Note about fast-forwards' in 'git push --help' for details.
查看完整描述

2 回答

?
侃侃无极

TA贡献2051条经验 获得超10个赞

你创建git项目的时候如果点了自动添加readme.md文件的话就会造成本地项目和远程项目不同步,删除项目重新创建不带readme文件的项目即可

查看完整回答
反对 回复 2019-03-05
?
慕斯709654

TA贡献1840条经验 获得超5个赞

git pull --rebase origin master

试一下


查看完整回答
反对 回复 2019-03-05
  • 2 回答
  • 0 关注
  • 613 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信