【发布时间】:2013-03-15 17:55:48
【问题描述】:
所以我将 Coldfusion Builder 与 Ecpise 一起使用。我正在尝试在其中安装 EGit,以便我可以做 Git 的事情。我唯一能安装的是来自http://download.ecplise.org/releases/helios/ 的EGit 0.11.1。当我尝试从 http://download.eclipse.org/egit/updates 版本 2.3.1.xxx 安装最新版本时,我总是收到 Missing requirements 错误:
Missing requirement: Git Team Provider Core 2.3.1.201302201838-r (org.eclipse.egit.core 2.3.1.201302201838-r) requires 'bundle org.eclipse.core.runtime [3.7.0,4.0.0)' but it could not be found
Cannot satisfy dependency: From: Eclipse EGit 2.3.1.201302201838-r (org.eclipse.egit.feature.group 2.3.1.201302201838-r)
To: org.eclipse.egit.core [2.3.1.201302201838-r]
我不知道如何安装 Git Team Provider Core。我已经阅读了一些有关设置系统配置等的内容,但我所做的似乎无济于事。我已经尝试安装所有不同的东西,比如 Mylyn、JGit 等,但我显然错过了一些重要的东西。
如果这很重要,我确实在 Windows 中安装了 Git,但仍然没有。这必须是一个简单的配置问题,对吧?我的意思是,我安装的版本(0.11.1)正在按预期工作。我可以拉/分支/推,所有这些好东西。但是我的朋友注意到我在Team 菜单下缺少一些选项,我认为这是因为我无法启动并运行最新版本。
想法?
【问题讨论】:
标签: git eclipse-plugin windows-7-x64 egit coldfusionbuilder