Aborting commit due to empty commit message

后端 未结 20 2042
[愿得一人]
[愿得一人] 2020-12-04 09:45

As a newbie git user, when I try to commit my work with

git commit -a -v

and I enter a commit message in my editor, I close the file, and g

20条回答
  •  臣服心动
    2020-12-04 10:02

    The git does not allows commit without message specified. Have you specified the commit message in commit dialog?

    Note that the lines starting with # are treated as comment by Git and are not considered as comments and ignored by Git.

提交回复
热议问题