✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
原因是使用了规范commit信息的工具,你的提交信息不符合规范,所以被拒绝了
commit规范工具
- commitlint
- husky
解决方式一:修改提交信息, 使其符合规范文章来源:https://www.toymoban.com/news/detail-604077.html
git commit -m "feat: 新功能"
解决方式二:直接卸载工具文章来源地址https://www.toymoban.com/news/detail-604077.html
npm uninstall husky
到了这里,关于subject may not be empty | type may not be empty的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!