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
Lam Tang edited this page Oct 18, 2022
·
3 revisions
Error: husky - Command not found when committing (#485)
If you're running Git from an app and the command can be found in your terminal, this means that the PATH in your app is different from your terminal.
# unsets the hooks path if its different
$ git config --unset core.hooksPath
# To revert the git-flow hooks directory back to its default you need to reset the config to point to the default Git hooks directory.
$ git config gitflow.path.hooks .git/hooks