使用括号作为 git core.editor - OSX

Using Brackets as git core.editor - OSX

我正在尝试将 Brackets 设置为 Git 的核心编辑器。当我运行config --list时,Brackets被列为我的core.editor。但是,当我 运行 git commit 时,我收到以下消息:

error: cannot run brackets: No such file or directory  
error: unable to start editor 'brackets'  
Please supply the message using either -m or -F option.

git 找不到可执行文件 'brackets'。那是因为PATH中没有这样的可执行文件。假设您已经在应用程序中安装了 Brackets.app,将您的 core.editor 设置为 /Applications/Brackets.app/Contents/MacOS/Brackets