-
Notifications
You must be signed in to change notification settings - Fork 80
-
I really like the idea of better commits and wanted to try it out, however after install git-gui give me an error..
[Window] Git Gui (Better-commits): error
prepare-commit-msg hook failed:
git: 'hook' is not a git command. see 'git --help'.
You must correct the above errors before commiting.
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions
macOS Big Sur, version 11.7.10 defaults to git version 2.32.0 (Apple Git-132), which does not have githook implemented. Using brew install git to install latest version of git > 2.36 resolves the issue.
Replies: 1 comment
-
macOS Big Sur, version 11.7.10 defaults to git version 2.32.0 (Apple Git-132), which does not have githook implemented. Using brew install git to install latest version of git > 2.36 resolves the issue.
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1