EGit 需要 org.eclipse.team.core
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11087606/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
EGit requires org.eclipse.team.core
提问by Billybonks
I am getting this error when installing EGit:
安装 EGit 时出现此错误:
Cannot complete the install because one or more required items could not be found. Software being installed: EGit Import Support 2.0.0.201206130900-r (org.eclipse.egit.import.feature.group 2.0.0.201206130900-r) Missing requirement: EGit Import Support 2.0.0.201206130900-r (org.eclipse.egit.import.feature.group 2.0.0.201206130900-r) requires 'org.eclipse.team.core 3.6.100' but it could not be found
无法完成安装,因为找不到一个或多个必需的项目。正在安装的软件:EGit Import Support 2.0.0.201206130900-r (org.eclipse.egit.import.feature.group 2.0.0.201206130900-r) 缺少需求:EGit Import Support 2.0.0.201206130900-r (org.eclipse.egit.import.feature.group 2.0.0.201206130900-r) feature.group 2.0.0.201206130900-r) 需要 'org.eclipse.team.core 3.6.100' 但找不到
I suppose it requires the base team module to be added to Eclipse but i cannot find the download.
我想它需要将基本团队模块添加到 Eclipse,但我找不到下载。
回答by robinst
The "EGit Import Support" feature requires Eclipse 3.8, 4.2 or higher. Just deselect the checkbox, and installing should work.
“EGit 导入支持”功能需要 Eclipse 3.8、4.2 或更高版本。只需取消选中复选框,安装就可以了。
See here about the feature: http://wiki.eclipse.org/EGit/New_and_Noteworthy/2.0#Support_for_Eclipse-SourceReferences_manifest_headers
有关该功能的信息,请参见此处:http: //wiki.eclipse.org/EGit/New_and_Noteworthy/2.0#Support_for_Eclipse-SourceReferences_manifest_headers