【发布时间】:2011-06-26 18:07:54
【问题描述】:
我正在尝试在 Eclipse 中使用 mercurial。我为此下载了 mercurial eclipse 插件。
但是,尽管我已经重新安装了很多次,但它给出了同样的错误,我把截图放在下面。
Checking encoding (cp1254)...
Checking extensions...
Checking templates...
Checking patch...
Checking commit editor...
Can't find editor 'notepad' in PATH
(specify a commit editor in your configuration file)
Checking username...
1 problems detected, please check your install!. Command line: hg -y debuginstall
我不知道如何处理。任何帮助将不胜感激,谢谢。
【问题讨论】:
-
看起来你应该去命令行输入
hg -y debuginstall -
它给出了完全相同的结果,“在 PATH 中找不到编辑器'记事本'(在配置文件中指定一个提交编辑器)”。