码迷,mamicode.com
首页 > 其他好文 > 详细

git commit error about 'vi'

时间:2016-10-03 14:45:01      阅读:124      评论:0      收藏:0      [点我收藏+]

标签:

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'

标签:

原文地址:http://www.cnblogs.com/xulingfeng/p/5928991.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!