git aborting commit due to empty commit message.
這個(gè)異常的原因是:在git 提交時(shí)沒有寫注示文字。原因引發(fā)條件:$git commit ,解決方法:
$git commit -m "hello,i will commit "
git aborting commit due to empty commit message.
這個(gè)異常的原因是:在git 提交時(shí)沒有寫注示文字。原因引發(fā)條件:$git commit ,解決方法:
$git commit -m "hello,i will commit "