git commit报错报错信息:type may not be empty [type-empty] subject may not be empty [subject-empty]

Posted 前端More

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git commit报错报错信息:type may not be empty [type-empty] subject may not be empty [subject-empty]相关的知识,希望对你有一定的参考价值。

使用【git commit报错】

  • 报错信息:type may not be empty [type-empty] subject may not be empty [subject-empty]
  • 报错原因:git commit -m ‘feat:完成能力包审核开发’ 中:后没加空格
  • 解决报错: :后加空格即可

以上是关于git commit报错报错信息:type may not be empty [type-empty] subject may not be empty [subject-empty]的主要内容,如果未能解决你的问题,请参考以下文章