首页 > 其他 > 详细

git解决Could not execute editor

时间:2017-12-04 22:01:07      阅读:224      评论:0      收藏:0      [点我收藏+]

我是安装k-vim后出现了这个问题,可能是vim的某些插件引起的

配置git的编辑器可解决:

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

 

git解决Could not execute editor

原文:http://www.cnblogs.com/YYRise/p/7979020.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!