问题描述:
git commit 时控制台报错:
✖ 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
husky - commit-msg hook exited with code 1 (error)
由于项目使用了husky,在提交前对代码规范进行了校验,导致报错
这种情况下无法直接push o(╥﹏╥)o
解决方案:
commit 时加上提交信息:“fix: xxxxx”,比如:
git commit -m "fix: 初始化项目"
提交后就可以顺利push了 O(∩_∩)O文章来源:https://www.toymoban.com/news/detail-502982.html
文章来源地址https://www.toymoban.com/news/detail-502982.html
到了这里,关于git提交时报错:husky-commit-msg hook exited with code 1 (error)的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!