1、E325: 注意Aborting commit due to empty commit message.
git commit时没有写注释,会报这个错误。加上注释即可。
git commit -m "commmit existing files to remote"
2、error: There was a problem with the editor '\usr\local\bin\subl -n -w'
git commit后报editor相关的错误,可能是设置git editor出错,可改为默认路径。
git config --global core.editor vi