'git'

时间:2016-03-08 05:39:08

标签: git

即使我在我的程序文件中卸载了名为Folder的Edit Plus,它在使用'Git Commit'时也会显示相同的错误。

$ git commit'C:\ Program Files \ EditPlus':C:\ Program Files \ EditPlus:没有这样的文件或目录错误:编辑器'C:\ Program出现问题文件\ EditPlus的

1 个答案:

答案 0 :(得分:0)

检查您配置为git编辑器的内容:

git config <--global> --get core.editor

设置为您选择的某个现有文本编辑器:

git config <--global> --set core.editor <path of the editor>