git commit 使用vim提交出错 -j9九游会真人游戏第一品牌

使用git commit 调用vim编辑后提交出错,具体错误信息如下:

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 commit 使用vim提交出错

查询得出问题可能是:

git未设置其默认值的编辑器

解决如下:配置git 默认editor

git config --global core.editor /usr/bin/vim

发表评论 登录

目前评论:0