-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Minimum git version not checked #844
Minimum git version not checked #844
Comments
Thanks for the feedback. Out of curiosity what's the OS used, is it the default version? |
I'm running Mac OS Big Sur 11.2 beta but I'm not sure Apple ships git with it. |
Ok, I think I better understand the issue. I'll fix that 👍 |
Should be good in v5.0.8 |
Could be useful to mention in a comment to check the git version maybe? |
Agree, I'll add that to the docs. |
I've updated the troubleshoot section with Git version requirement 👍 |
Husky v5 does not check that git is at least 2.9. I was trying to install it with 2.8.1, nothing got installed but no errors were reported. It even tried to git commit my staged files.
The text was updated successfully, but these errors were encountered: