`
Harry642
  • 浏览: 24300 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

关于修改了默认编辑器后git报错error: There was a problem with the editor 'vi'解决方式

 
阅读更多

当电脑中的默认编辑器vi被删除,想要使用vim作为git commit的编辑器需要通过以下命令指定

 

git config --global core.editor vim

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics