-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Git status stopped working for one repo #1325
Comments
See #816 (comment) |
Thanks for the immediate response :) |
The ERROR messages in the logs are quite clear. Your repo has extensions.worktreeconfig extension. Once you remove it and restart zsh, gitstatusd should work. |
Closing as Won’t Fix. |
I've made a new clone and there things work fine, gonna go with that instead. ¯_(ツ)_/¯ |
This means the new clone doesn’t have the extension. I don’t think there is any mystery here. |
I had been running the
powerlevel10k
successfully in several git repos for a couple of hours, when one of the repos (a very large monorepo) stopped showing any git status in the prompt whatsoever.I set up
GITSTATUS_LOG_LEVEL=DEBUG
and got the following logs:To get this log I first changed to a repo folder that works fine
code/private/zabb
, then changed directory to home, and then changed directory tocompany-app
where it did not work.The git part of the prompt has previously worked in
company-app
. Ordinary git commands work fine (though slow).company-app
is a large monorepo (it is the same that I previously used sparse-checkout for, see #1322, but I have now stopped using sparse checkout, since I want to use the full features of powerlevel10k)The text was updated successfully, but these errors were encountered: