git push 推送至远程仓库发生报错

当尝试gitpush时遇到错误,提示需要先拉取远程仓库的更新,可以使用gitpulloriginmaster--allow-unrelated-histories合并远程代码。如果有冲突,需手动解决后再次push。
摘要由CSDN通过智能技术生成

git push origin master
To https://gitee.com//hello-git.git
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'https://gitee.com/
/hello-git.git’
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., ‘git pull …’) before pushing again.
hint: See the ‘Note about fast-forwards’ in ‘git push --help’ for details.

这个错误是因为你本地的仓库与远程仓库中的内容不同步,需要先拉取远程仓库的最新代码合并到本地仓库再进行 push 操作。你可以运行以下命令来解决该问题:

git pull origin master --allow-unrelated-histories
该命令将从远程仓库拉取最新代码并合并到本地仓库中。如果出现冲突,需要手动解决冲突后再进行提交。

然后再运行 git push origin master 命令即可将本地代码推送到远程仓库。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

陈毓辰

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值