git commit提交代码时报错subject may not be empty [subject-empty] type may not be empty [type-empty]

项目场景:

使用husky配置代码提交规范,git commit -m使报以下错误:


问题描述

git commit提交代码时报错subject may not be empty [subject-empty] type may not be empty [type-empty]_第1张图片


解决方案:

git commit -m 'feat:初始化项目'  提交时feat后面的冒号必须是英文的,并且需要敲一个空格

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