git commit报错 ✖ subject may not be empty [subject-empty] ✖ type may not be empty [type-empty]

解决办法

提交信息加 “fix: xxxxx”

git commit -m "fix: xxxx"

具体原因参考

https://blog.csdn.net/MaShiChao161/article/details/118486300

你可能感兴趣的:(开发bug修复,git)