hint: Waiting for your editor to close the file... error: There was a problem with the editor 'vi'.
Please supply the message using either -m or -F option.

解决方法:
git config --global core.editor /usr/bin/vim
然后再commit
hint: Waiting for your editor to close the file... error: There was a problem with the editor 'vi'.
Please supply the message using either -m or -F option.
git config --global core.editor /usr/bin/vim
然后再commit
本文标题:git commit -v ""hint: Waiting f
本文链接:https://www.haomeiwen.com/subject/nmjxoctx.html
网友评论