我刚刚为 Eclipse 安装了一个 mercurial 插件。安装过程很顺利。但是在我重新启动eclipse时安装后显示错误。
错误说:
发生了多个 Mercurial 错误。请查看错误日志视图以获取详细信息。. 命令行:hg -y 调试安装
我找不到任何可能的解决方案。
我刚刚为 Eclipse 安装了一个 mercurial 插件。安装过程很顺利。但是在我重新启动eclipse时安装后显示错误。
错误说:
发生了多个 Mercurial 错误。请查看错误日志视图以获取详细信息。. 命令行:hg -y 调试安装
我找不到任何可能的解决方案。
尝试hg -y debuginstall
从命令行运行。它应该显示如下内容:
Checking encoding (cp1252)...
Checking installed modules (D:\Kazan\mercurial\library.zip\mercurial)...
Checking templates...
Checking commit editor...
Checking username...
No problems detected
如果没有,它应该给你一个关于问题所在的指示。如果找不到该命令,请从https://www.mercurial-scm.org/wiki/Download安装 mercurial 或从http://tortoisehg.bitbucket.io/安装 tortoise-hg
该插件只是一个用户界面,使用底层Mercurial安装。
此错误主要发生在安装了 Mercurial Plugin for Eclipse时没有在您的系统上更早地实际安装Mercurial 。
要解决这个问题,首先:
hg.exe
与上面的 mercurial 安装一起安装的可执行文件。
Mercurial Plugin for Eclipse 现在可以正常工作了。
我发现了同样的问题......似乎我对 Nvidia 驱动程序的更新删除了我所有的变量环境,Mercurial can find the notepad.exe
我发现解决方案添加到用户mercurial.ini
文件夹中的定位中,直接添加路径。notepad.exe
[ui]
username=myusername
editor = c:\\Windows\\System32\\notepad.exe
ignore=....
我希望能帮助某人
我发现的最佳解决方案:
安装eclipse Juno
.
转到:help -> eclipse
marketplace -> enter
'mercurial'
然后执行一个search
,选择 mercurial 的第一个选项。
然后去Windows -> Preferences -> Team -> Mercurial
选择和复制路径Mercurial Executable
。现在打开你以前的eclipse (Luna or mars)
.
走同样的路。Windows -> Preferences -> Team -> Mercurial
并将该路径粘贴到Mercurial
可执行文件中。现在它将起作用。