eclipse - 无法在 Eclipse Helios 中安装 EGit 插件

标签 eclipse git egit

我无法在我的 Eclipse(Helios 版本 2)中安装 Git (EGit) 的 Eclipse 插件。

尝试在 eclipse 中通过 url 安装 EGit 安装新软件:http://download.eclipse.org/egit/updates

我遇到以下错误:

无法完成安装,因为找不到一个或多个必需项。 正在安装的软件:Eclipse EGit 2.2.0.201212191850-r (org.eclipse.egit.feature.group 2.2.0.201212191850-r) 缺少要求:Eclipse EGit 2.2.0.201212191850-r (org.eclipse.egit.feature.group 2.2.0.201212191850-r) 需要 'org.eclipse.core.runtime [3.7.0,4.0.0)' 但它不能发现

我试过但没有安装上面提到的依赖项。所以想知道 Helios 是否支持 Git。 我错过了什么吗?谢谢。

最佳答案

EGit 2.2 需要 Eclipse 3.7 或更高版本,请参阅 "What versions of Eclipse does EGit target?" in the FAQ .

如果您还不想升级到 Eclipse 3.7 或更高版本,您仍然可以从以下更新站点安装 EGit 2.1:

http://download.eclipse.org/egit/updates-2.1

关于eclipse - 无法在 Eclipse Helios 中安装 EGit 插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14452724/

相关文章:

java - 保存对话框输入

Git:使用 EGit 重命名文件会导致删除文件历史记录

git 存储库导出和导入到 zip 文件或文件夹

c++ - 如何正确地将 OpenCV 库链接到 Windows 上的 Eclipse?

eclipse - goclipse 错误 "resource doesn' t 有对应的 go 包”

java - 为什么Eclipse不在 "Generate Delegate Methods"重构中添加@Override注解?

git 稳定分支 : find not cherry-picked commits

git - 在 WSL 终端上接受 key 后 SSH 挂起

git配置: one fetch and two push destinations

git - 我们如何使用 CommitIds 检查两个对象(即存储库中的文件内容)的相等性?