Skip to content
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

Husky not executable #192

Open
carletex opened this issue Jan 3, 2025 · 0 comments
Open

Husky not executable #192

carletex opened this issue Jan 3, 2025 · 0 comments

Comments

@carletex
Copy link
Member

carletex commented Jan 3, 2025

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant