* error: could not read '.git/rebase-apply/head-name': No such file or directory
@ 2019-09-12 7:12 Eugen Konkov
2019-09-12 11:26 ` Johannes Schindelin
0 siblings, 1 reply; 2+ messages in thread
From: Eugen Konkov @ 2019-09-12 7:12 UTC (permalink / raw)
To: Git Mailing List
Hello Git,
Next commands cause the error:
$ git pull
fatal: It seems that there is already a rebase-apply 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-apply"
and run me again. I am stopping in case you still have something
valuable there.
$ git rebase --abort
error: could not read '.git/rebase-apply/head-name': No such file or directory
$ git --version
git version 2.20.1
$ rm -fr ".git/rebase-apply"
$ git rebase --abort
error: could not read '.git/rebase-apply/head-name': No such file or directory
$ git pull
fatal: It seems that there is already a rebase-apply 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-apply"
and run me again. I am stopping in case you still have something
valuable there.
I resolved this issue by
git checkout -f some_br
But this issues should not occur
--
Best regards,
Eugen Konkov
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: error: could not read '.git/rebase-apply/head-name': No such file or directory
2019-09-12 7:12 error: could not read '.git/rebase-apply/head-name': No such file or directory Eugen Konkov
@ 2019-09-12 11:26 ` Johannes Schindelin
0 siblings, 0 replies; 2+ messages in thread
From: Johannes Schindelin @ 2019-09-12 11:26 UTC (permalink / raw)
To: Eugen Konkov; +Cc: Git Mailing List
Hi Eugen,
On Thu, 12 Sep 2019, Eugen Konkov wrote:
> $ git --version
> git version 2.20.1
First thing to try is whether Git v2.23.0 still exposes that bug.
Ciao,
Johannes
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-09-12 11:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-12 7:12 error: could not read '.git/rebase-apply/head-name': No such file or directory Eugen Konkov
2019-09-12 11:26 ` Johannes Schindelin
Code repositories for project(s) associated with this public inbox
https://80x24.org/mirrors/git.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).