git commit error about 'vi'
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git commit error about 'vi'相关的知识,希望对你有一定的参考价值。
error: There was a problem with the editor ‘vi‘.
Please supply the message using either -m or -F option.
最近在使用git commit时,跳转到vi编辑完信息后总是提示这个错误,这个git内置的默认编辑器保存信息出错,不知道为什么会报这个。
难道是和我安装的vim不兼容?一直都保持更新啊
或者是因为我安装了spf13?不确定
只好手动将git默认编辑器改为vim暂时避免这个问题吧
git config --global core.editor vim
以上是关于git commit error about 'vi'的主要内容,如果未能解决你的问题,请参考以下文章
git commit时出错:error: src refspec master does not match any
git add 文件出现的错误error: ‘xxx/‘ does not have a commit checked out 解决方法
git add 文件出现的错误error: ‘xxx/‘ does not have a commit checked out 解决方法
git add 文件出现的错误error: ‘xxx/‘ does not have a commit checked out 解决方法