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
When I do npx create-eth@latest and try to commit, I get:
hint: The '.husky/pre-commit' hook was ignored because it's not set as executable. ││
hint: You can disable this warning with `git config advice.ignoredHook false`.
so Husky precommit hook doesn't run. chmod +x .husky/pre-commit fixes it.
This happens on my new computer, maybe I just set git config advice.ignoredHook false in my old one? But this might be happening to more people I guess.
If I clone SE-2 it doesn't happen (even if the file is not executable!) But I also see that we changed the perms here scaffold-eth@f7b15bf (from 755 to 644) removing the "x"
The text was updated successfully, but these errors were encountered:
When I do
npx create-eth@latest
and try to commit, I get:so Husky precommit hook doesn't run.
chmod +x .husky/pre-commit
fixes it.This happens on my new computer, maybe I just set
git config advice.ignoredHook false
in my old one? But this might be happening to more people I guess.If I clone SE-2 it doesn't happen (even if the file is not executable!) But I also see that we changed the perms here scaffold-eth@f7b15bf (from 755 to 644) removing the "x"
The text was updated successfully, but these errors were encountered: