git commit报错: {✖ subject may not be empty [subject-empty] ✖ type may not be empty [type-empty]}
·
报错:
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
解决办法
https://blog.csdn.net/yutingwu816/article/details/104391678
https://blog.csdn.net/to_the_Future/article/details/127893906
https://blog.csdn.net/cdx1170776994/article/details/136743103
http://t.csdnimg.cn/Q3bTq
eg
git commit -m 'fix(ui): 测试提交'
或者直接git commit -m '测试提交' --no-verify
更多推荐
所有评论(0)