hint: The ‘.husky/pre-commit‘ hook was ignored because it‘s not set as executable.

问题:

husky 的 hook 在 mac 上不生效的问题:

hint: The '.husky/pre-commit' hook was ignored because it's not set as executable.

解决:

设置成 executable:
这个文件默认是不可执行的,执行以下操作即可

控制台运行:

chmod 777 

hint: The ‘.husky/pre-commit‘ hook was ignored because it‘s not set as executable._第1张图片 

 再提交就可以了

你可能感兴趣的:(⭐️,git,git)