【发布时间】:2016-10-31 09:25:05
【问题描述】:
我正在尝试将 EGit 安装到 Eclipse Juno 中。但是,我收到以下错误:
Cannot complete the install because one or more required items could not be found.
Software being installed: Command Line Interface for Java implementation of Git 4.4.0.201606070830-r (org.eclipse.jgit.pgm.feature.group 4.4.0.201606070830-r)
Missing requirement: JGit Large File Storage Server 4.4.0.201606070830-r (org.eclipse.jgit.lfs.server 4.4.0.201606070830-r) requires 'package javax.servlet [3.1.0,4.0.0)' but it could not be found
Cannot satisfy dependency:
From: Java implementation of Git - optional LFS support 4.4.0.201606070830-r (org.eclipse.jgit.lfs.feature.group 4.4.0.201606070830-r)
To: org.eclipse.jgit.lfs.server [4.4.0.201606070830-r]
Cannot satisfy dependency:
From: Command Line Interface for Java implementation of Git 4.4.0.201606070830-r (org.eclipse.jgit.pgm.feature.group 4.4.0.201606070830-r)
To: org.eclipse.jgit.lfs.feature.group [4.4.0.201606070830-r]
我尝试在添加存储库后删除一些组件,但似乎没有找到解决方法。谁能建议我能做什么?我尝试搜索缺少的依赖项package javax.servlet [3.1.0,4.0.0)
【问题讨论】:
标签: eclipse egit eclipse-juno