Aborting commit due to empty commit message

后端 未结 20 2047
[愿得一人]
[愿得一人] 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 09:59

    solution for commit error

    As I shown above there is a commit field which you need to enter while committing, this is basically for version control and understanding the changes for each commit.

    If you don't enter this you will get the error :Aborting commit due to empty commit message

    Note: the above works only in Rstudio commit and pulling the files.

提交回复
热议问题