gpt4 book ai didi

Git - 为什么我收到错误 "subl -n -w: subl: command not found"?

转载 作者:太空狗 更新时间:2023-10-29 14:12:51 26 4
gpt4 key购买 nike

每次我将 dev 分支与我的本地分支 merge 时,我都会收到以下错误:

subl -n -w: subl: command not found
error: There was a problem with the editor 'subl -n -w'.
Not committing merge; use 'git commit' to complete the merge

即使 Sublime Text 关闭,我也会收到此错误,但我不确定它是否在提示 Sublime。有谁知道如何避免或修复此错误?

最佳答案

您的 git 编辑器配置不正确。配置 git 编辑器时必须提供完整路径。

对于 Sublime text 3 使用以下命令-

git config --global core.editor " 'C:/Program Files/Sublime Text 3/subl' -n -w"

如果您有 Sublime text 2,请使用以下命令-

git config --global core.editor " 'C:/program files/sublime text2/sublime_text.exe' -n -w" 

关于Git - 为什么我收到错误 "subl -n -w: subl: command not found"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31186227/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com