You have a pre-commit hook.
git commit --no-verify
allows to avoid it once. Or you can remove it completely from .git/hooks.
You have a pre-commit hook.
git commit --no-verify
allows to avoid it once. Or you can remove it completely from .git/hooks.