-
I am using this template for all my new projects and it's a great help - @PaulRBerg thank you ! However, I just created a new project from the template wanted to commit my changes and get an error message from husky with no comments on the error ...
|
Beta Was this translation helpful? Give feedback.
Answered by
PaulRBerg
Oct 25, 2021
Replies: 1 comment 1 reply
-
Hey @SvenMeyer thanks for reporting. This is not an issue with my template - it has to do with Husky's backend. See typicode/husky#1066, typicode/husky#1014 and typicode/husky#651. The temporary solution for now is to append the git |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SvenMeyer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @SvenMeyer thanks for reporting. This is not an issue with my template - it has to do with Husky's backend. See typicode/husky#1066, typicode/husky#1014 and typicode/husky#651.
The temporary solution for now is to append the git
--no-verify
flag, or its shorthand-n
.