You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I'm running Mac OS Big Sur 11.2 beta but I'm not sure Apple ships git with it.
It's possible I had not run brew update in a while, or that I had not run 'brew link --overwrite git' and /usr/local/bin/git was still pointing to the 2.8.1 version. Having a package install run 'git commit' without an explanation is very disconcerting.
Activity
typicode commentedon Jan 26, 2021
Thanks for the feedback. Out of curiosity what's the OS used, is it the default version?
therealgilles commentedon Jan 26, 2021
I'm running Mac OS Big Sur 11.2 beta but I'm not sure Apple ships git with it.
It's possible I had not run brew update in a while, or that I had not run 'brew link --overwrite git' and /usr/local/bin/git was still pointing to the 2.8.1 version. Having a package install run 'git commit' without an explanation is very disconcerting.
typicode commentedon Jan 26, 2021
Ok, I think I better understand the issue. I'll fix that 👍
typicode commentedon Jan 28, 2021
Should be good in v5.0.8
therealgilles commentedon Jan 28, 2021
Could be useful to mention in a comment to check the git version maybe?
typicode commentedon Jan 28, 2021
Agree, I'll add that to the docs.
typicode commentedon Jan 28, 2021
I've updated the troubleshoot section with Git version requirement 👍
83 remaining items