overcommit
overcommit copied to clipboard
Overcommit says I have overcommit hooks on ALL repositories
- Overcommit says I have overcommit hooks on ALL repositories; even, and especially, on ones that DO NOT have overcommit hooks installed.
- It also tells me the hooks are installed after I do
overcommit --uninstall. - Overcommit always tells me it is not installed when it is. Even when running git commands in the terminal where the current local ruby is set with
asdf-ruby. - Uninstalling overcommit seems to leave the
~/.git-supportin place so I am stuck in this eternal overcommit hell-loop forever.
At minimum, if overcommit is in a self-inflicted circular firing squad mode, at least fail less hard, so I am able to commit things.
Of note: as of MacOS 12 a global overcommit install is not possible, as the System Ruby can't be modified.
rm -rf ~/.git-support has resolved my issues it seems...