git rebase 内部错误 - 超出大小限制

发布于 2025-01-02 09:28:38 字数 269 浏览 2 评论 0原文

我有 2 个本地分支机构,分别称为 master 和working。我有几个关于工作的提交和一个关于 master 的提交。我想把从主人到工作的改变。

我目前已经检查了“工作”分支。我尝试用“master”进行变基。它显示了一个冲突文件。我解决了冲突并将文件添加到 git 中。现在,如果我继续 Rebase,我会收到以下错误:

在此处输入图像描述

您能帮我解决这个问题吗?

I have 2 local branches called master and working. I have a couple of commits on working and one commit on master. I wanted to bring the changes from master to working.

I currently have the 'working' branch checked out. I tried rebasing with 'master'. It showed one conflict file. I resolved the conflict and added the file to git. Now if I continue Rebase, i get the following error:

enter image description here

Could you please help me solve this problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梨涡 2025-01-09 09:28:38

超出文件来了,因为我有一个安装程序 exe。我只是忽略了该文件,它就解决了。

the exceed file was coming because I had an installer exe. I just ignored the file and it resolved.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文