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

前端 未结 8 1173
梦谈多话
梦谈多话 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:18

    I also faced the same problem with Eclise Juno. After unistalling the Egit plugin and reinstalling , it worked.

    0 讨论(0)
  • 2021-01-17 11:19

    I also faced similar problem and ran eclipse from CMD -> c:\eclipse\eclipse.exe -clean and it solved my problem.

    0 讨论(0)
  • 2021-01-17 11:19

    I had the same problem with Eclipse Mars 2. Fixed that by installing the version 4.0 of EGit from here: http://wiki.eclipse.org/EGit/FAQ#Where_can_I_find_older_releases_of_EGit.3F

    0 讨论(0)
  • 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.

    0 讨论(0)
  • 2021-01-17 11:29

    Checking the log file of eclipse could always helps you to address this kind of problems.

    I also had the same problem with Eclipse Luna Service Release 2 (4.4.2), I fixed the problem by downgrade the version of EGit from 4.0.1 to 3.7.1.

    0 讨论(0)
  • 2021-01-17 11:30

    I fixed this by running Eclipse as root user and installing the plugins again. Then I ran Eclipse under my normal user account and it was fine - everything showed up.

    Version: 3.8.1 Build id: debbuild

    0 讨论(0)
提交回复
热议问题