I just installed EGit on Eclipse — but Where is it?

做~自己de王妃 提交于 2019-12-03 03:18:16

Mystery solved.

It turns out that I mistakenly installed Eclipse JGit instead of Eclipse EGit. Once I selected the EGit package instead:

Things went fine:

One letter difference... (E instead of J)

You just installed JGit, and forgot EGit. JGit is just the Git implementation, but doesn't contain any UI contributions. These are all in the EGit plugin (which should also be available in the Update Site).

is there no new perspective available? Is there no "new -> project from git repository" available? Usually eclipse plugins work if they're listed.

Cheers

edit:

I just installed jGit as well. Here's what I found:

To see it go to: Window -> open Perspective -> other

Also on a rightclick on my projects (as in cvs & svn plugins) -> team I find Git support as well.

Cheers again

edit 2: No "new project from git" here as well.

Note that the Eclipse Classic package in Kepler (4.3 M6, March 2013) now includes Egit directly (see all the packages here).

See the announcement from Martin Oberhuber

With Kepler M6, we've added egit and Marketplace Client to the Eclipse Classic package, which is still the most popular of all Eclipse packages. The request adding git to all packages has been open for long, and after driving it with the Eclipse PMC Markus Knauer has helped me make it happen.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!