Git Rebased:显示Rebase 2/1并且找不到某些提交

时间:2015-09-09 06:31:12

标签: git

(new_branch | REBASE 2/1)

$git rebase --skip
Auto packing the repository for optimum performance. You may also
run "git gc" manually. See "git help gc" for more information.
error: Could not read 9d6ed2d2594e0c9f2e8ef0560b2dda0405c67070
fatal: bad tree object 9d6ed2d2594e0c9f2e8ef0560b2dda0405c67070
error: failed to run repack

它如何显示为REBASE 2/1 ......?

有人知道原因或之前遇到此错误吗?

2 个答案:

答案 0 :(得分:0)

尝试在终端中使用命令git rebase --quit,它将对其进行修复。

答案 1 :(得分:0)

git rebase --abort

这将中止重新设置活动,并再次发出请求,然后进行合并或重新设置。