前言
系统:mac
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`.
hint: The '.husky/prepare-commit-msg' hook was ignored because it's not set as executable.
hint: You can disable this warning with `git config advice.ignoredHook false`.
hint: The '.husky/commit-msg' hook was ignored because it's not set as executable.
hint: You can disable this warning with `git config advice.ignoredHook false`.
内容
解决方案
chmod ug+x .husky/*
标签:pre,ignored,set,hint,hook,because,husky
From: https://www.cnblogs.com/wangyang0210/p/17828664.html