【发布时间】:2020-04-27 15:23:27
【问题描述】:
我已经将 Sublime Text 3 配置为 git Bash 的文本编辑器。当我输入subl 'filePath'时,Sublime 成功打开
但是,当我尝试 git commit 时,文本编辑器无法打开并输出以下错误:
hint: Waiting for your editor to close the file... subl -n -w: subl: command not found
error: There was a problem with the editor 'subl -n -w'.
Please supply the message using either -m or -F option.
我已将文件添加到暂存区并准备提交。
【问题讨论】:
标签: git sublimetext3 git-commit