git push报错:! [rejected] master -> master (non-fast-forward) error: failed to push some refs to “xx“

在执行下面的指令时

git push origin master

报错:

! [rejected]        master -> master (non-fast-forward)
error: failed to push some refs to 'https://gitee.com/xxx/xxx.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: 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.

原因:一开始远程仓库和本地仓库是同步的,但是后续中直接在远程仓库进行了修改,使得本地仓库不是基于远程仓库最新版本,导致两者的不同步而报错。

当远程仓库的代码较少时

  1. 将本地仓库先备份在本地
  2. 通过pull操作直接将本地仓库的内容覆盖
  3. 将之前的本地备份覆盖到本地仓库中
  4. 此时就能够将本地仓库的内容push更新到远程仓库

其他各种情况则可以根据其他回答来操作,这里只记录我自己的一种解决方案。

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值