logo image

Gitにてリベースした記憶が無いのにリベースの警告が表示(I wonder if you are in the middle of another rebase)

Icon representing a data.
2022-01-11
Icon show updated_at
2022-01-11
1
Twitter icon.
Git
Github

Precondition

  • Git及びGithubで管理
  • リベースした記憶は無い!

Fact

git pull を行ったと所、警告メッセージが表示された。

Error log or Error Massage

→ git pull origin develop                                         
From github.com:******/*****
 * branch            develop    -> FETCH_HEAD
fatal: It seems that there is already a rebase-merge directory, and
I wonder if you are in the middle of another rebase.  If that is the
case, please try
        git rebase (--continue | --abort | --skip)
If that is not the case, please
        rm -fr ".git/rebase-merge"
and run me again.  I am stopping in case you still have something
valuable there.

Cause

不明

Method

以下コマンドを実行。

 rm -fr ".git/rebase-merge"

フォルダを削除すると警告はなくなった。

→ git pull origin develop
From github.com:******/*****
 * branch            develop    -> FETCH_HEAD
Successfully rebased and updated refs/heads/develop.
在宅専門のフリーランスエンジニアをしています。 得意言語はVBAです。Next.jsとTypescriptを鍛錬中。
Area to place ads.
Area to place ads.
Comments
There are no comments on this article yet.

Environment Library tools

Git
Github
在宅専門のフリーランスエンジニアをしています。 得意言語はVBAです。Next.jsとTypescriptを鍛錬中。