Egit is installed (came with Juno), but does not show at all

前端 未结 8 1261
梦谈多话
梦谈多话 2021-01-17 10:45

I want to use GIT in eclipse, and preferably EGit, for it\'s support from the eclipse community itself. However, despite eclipse claiming the required plugins are installed,

8条回答
  •  误落风尘
    2021-01-17 11:21

    Had the same problem in Eclipse Luna

    Looking into the error log, I found:

    org.eclipse.egit.ui
    Error
    Fri Feb 27 15:36:06 CET 2015
    FrameworkEvent ERROR
    
    org.osgi.framework.BundleException: Could not resolve module: org.eclipse.egit.ui [844]
    Bundle was not resolved because of a uses contraint violation.
    

    Starting eclipse with the -clean command line option fixed the problem for me.

提交回复
热议问题