git提交错误:Aborting commit due to empty commit message.

这个异常的原因是:在git 提交时没有写注示文字。原因引发条件:$git commit ,解决方法:
$git commit -m "hello,i will commit "

posted @ 2019-03-03 23:26  dushenda  阅读(3779)  评论(0)    收藏  举报