-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8 second hang running gitu - can't find .git/MERGE_HEAD #271
Comments
Ah, after making a commit using
EDIT: it's happening again in the same repo after some more git ops (commits/pushes on different branches mainly). Let me know if there's any more debug steps I can do when my repo gets in this state 🙏🏻 |
@idmyn hmm that's not good! And are you running off of master? |
don't think I have any pre-commit hooks (there's husky in the repo but I've disabled it with an environment variable) output of
and
|
Hard to tell what's going on here. 🤔 Every time an action is taken, the UI (and internal state) is updated with the current state of git. Pressing |
I haven't run into this issue since the day I reported it, so that's good! But doesn't help with pinning down the root cause... I didn't do anything intentionally to fix it, but just now I got this output from a
and to answer your questions:
|
Hey I ADORE this tool and use it countless times throughout my day
I'm sure there's an easy fix for this issue on my end but figured it was worth flagging here in case others run into it...
I'm seeing an 8s delay when running
gitu
in one of my repos (blank terminal, but then the interface appears and it works smoothly, though operations like staging & unstaging files take a second or two). Here's the output fromgitu --log
I've check and gitu is working normally in other repos.
Any suggestions about the best way to rectify this without re-cloning the repo?
git
seems to be working fine 🤔The text was updated successfully, but these errors were encountered: