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
In a new project, .husky/pre-commit and .husky/pre-push are not executable, which prevents the hooks from running.
Paste all your error logs here:
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`.
Paste all relevant code snippets here:
No relevant code snippers
What are detailed steps to reproduce this?
npx blitz new my-test-app # use default for all choices
cd my-test-app
touch some-new-file
git add some-new-file
git commit -m "add some-new-file
What is the problem?
In a new project,
.husky/pre-commit
and.husky/pre-push
are not executable, which prevents the hooks from running.Paste all your error logs here:
Paste all relevant code snippets here:
No relevant code snippers
What are detailed steps to reproduce this?
Run
blitz -v
and paste the output here:Please include below any other applicable logs and screenshots that show your problem:
Its easy enough to fix by running the following:
The text was updated successfully, but these errors were encountered: