eclipse-plugin - Egit 已安装(与 Juno 一起提供),但根本不显示

标签 eclipse-plugin egit eclipse-juno jgit

我想在 eclipse 中使用 GIT,最好是 EGit,因为它得到了 eclipse 社区本身的支持。然而,尽管 eclipse 声称安装了所需的插件,但它并没有出现在透视图、导入和设置菜单中。

我正在为 Java EE 使用 Eclipse Juno,并确认了以下安装:
Installed features
当我更新软件时,没有更多可用的更新。当我访问 Egit 或 JGit 的存储库时,eclipse 告诉我插件已经安装。

Window > Preferences > Team 不包含 Git 项,仅包含 CVS 和 SVN。
导入项目不包含 Git 选项。
透 window 口不包含 Git repo 选项。

最佳答案

在 Eclipse Luna 中遇到了同样的问题

查看错误日志,我发现:

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.

使用 -clean 开始 eclipse命令行选项为我解决了这个问题。

关于eclipse-plugin - Egit 已安装(与 Juno 一起提供),但根本不显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14444726/

相关文章:

java - 如何从 Eclipse Kepler 中删除 EGIT?

java - 如何在 Eclipse 中增加通用字体大小

Eclipse Juno JSP 语法高亮不起作用

java - 如何修复 eclipse 插件中的错误版本?

eclipse - Sonarqube Eclipse 插件服务器无法启动

java - TreeViewer.expandAll 方法的性能

eclipse - 使用 Egit 更改了某些文件中的换行符

java - 在自定义 Eclipse View 中绘制

Eclipse EGIT - 所有提交, pull , merge ,标记为 merge ,仍在推送我得到 "rejected - non-fast forward",我错过了什么?

eclipse - 在 Eclipse Juno 中打开 java 文件时,编辑器似乎被最小化或隐藏