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