zoukankan      html  css  js  c++  java
  • Eclipse Indigo 3.7.0 安装GIT插件提示 requires 'bundle org.eclipse.team.core(转)

    错误提示:

    Cannot complete the install because one or more required items could not be found.
    Software being installed: Eclipse Git Team Provider 3.1.0.201310021548-r (org.eclipse.egit.feature.group 3.1.0.201310021548-r)
    Missing requirement: Git Team Provider UI 3.1.0.201310021548-r (org.eclipse.egit.ui 3.1.0.201310021548-r) requires 'bundle org.eclipse.team.core [3.6.100,4.0.0)' but it could not be found
    Cannot satisfy dependency:
    From: Eclipse Git Team Provider 3.1.0.201310021548-r (org.eclipse.egit.feature.group 3.1.0.201310021548-r)
    To: org.eclipse.egit.ui [3.1.0.201310021548-r]

     eclipse 版本对应EGIT插件版本 



    查询资料,解决方法为两种: 

    (我采取的是方案一,安装低版本的,问题搞定了。。。)
    1、安装低版本的GIT插件(更新方式: http://download.eclipse.org/egit/updates-2.1) 
    注:在选择安装插件组件时,不需选择EGIT Mylyn , EGIT Plyg-in Import Support两项,如下图: 

    原文链接:http://stackoverflow.com/questions/15439104/can-install-egit-missing-requirement-git-team-provider-core 

    2、更新ECLIPSE为高版本,再按以上安装GIT插件方式安装,但有些高版本的eclipse已自带GIT插件 
    如要把以前老版本的插件转移至新版本ECLIPSE,可参考:http://blog.ready4go.com/blog/2013/07/02/update-eclipse-4-dot-3/ 
    原文链接:http://www.eclipse.org/forums/index.php/t/490176/ 

  • 相关阅读:
    C++ 二叉树的实现
    T-SQL---事务操作
    CSS3---last-of-type选择器
    CSS3---nth-of-type(n)选择器
    CSS3---first-of-type选择器
    CSS3---结构性伪类选择器—nth-last-child(n)
    CSS3---结构性伪类选择器—nth-child(n)
    CSS3---结构性伪类选择器—last-child
    CSS3---结构性伪类选择器—first-child
    CSS3---结构性伪类选择器—target
  • 原文地址:https://www.cnblogs.com/taoweiji/p/3536543.html
Copyright © 2011-2022 走看看