我看过关于使用 notepad++ 和其他 git 编辑器的帖子,但没有看到关于使用 PN2 的帖子。
我已经尝试了以下变体,但它们似乎都不起作用:
git config --global core.editor "'C:\Program Files (x86)\Programmer's Notepad\pn.exe -allowmulti' -w"
我只是收到如下错误(这是在“git commit --amend”之后):
'C:\Program Files (x86)\Programmer's Notepad\pn.exe -allowmulti' -w: -c: line 0:
unexpected EOF while looking for matching `''
'C:\Program Files (x86)\Programmer's Notepad\pn.exe -allowmulti' -w: -c: line 1:
syntax error: unexpected end of file
error: There was a problem with the editor ''C:\Program Files (x86)\Programmer's
Notepad\pn.exe -allowmulti' -w'.
Please supply the message using either -m or -F option.
有可能让它工作吗?