java 如何从 Eclipse Kepler 中删除 EGIT?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/17408483/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-11-01 01:55:37  来源:igfitidea点击:

How to remove EGIT from Eclipse Kepler?

javaegiteclipse-kepler

提问by Samuel Rossille

I'm using the J2EE bundle of Eclipse Kepler, and I'm working with Git.

我正在使用 Eclipse Kepler 的 J2EE 包,我正在使用 Git。

I'm also using git-extensionas a UI to git, and I wouldn't trade it for anything else, so for me egit is just an annoyance that brings information that I don't want on my screen.

我还使用git-extension作为git的 UI,我不会用它来换取其他任何东西,所以对我来说,egit 只是一种烦恼,它会在我的屏幕上带来我不想要的信息。

How can I permanently remove it from eclispe ?

如何从 eclispe 中永久删除它?

回答by jeremyjjbrown

It's easiest to just disable EGIT from automatically managing your projects at import via Window - Preferences - Team - Git - Projects:

最简单的方法是禁用 EGIT 在导入时通过 Window - Preferences - Team - Git - Projects 自动管理您的项目:

enter image description here

在此处输入图片说明

This will stop new projects from being managed, but projects that were imported before the change will still need EGIT to be disabled manually for the project. You can just right click -> Team -> Disconnect and they will no longer be managed by EGIT.

这将停止管理新项目,但更改之前导入的项目仍需要为项目手动禁用 EGIT。您只需右键单击 -> 团队 -> 断开连接,它们将不再由 EGIT 管理。

回答by Nyssance

Just right click your project, and choose team > disconnect

只需右键单击您的项目,然后选择团队 > 断开连接

回答by Alexander Pogrebnyak

Found this link -> http://blog.sarathonline.com/2012/05/eclipse-indigo-without-mylyn.html

找到这个链接 -> http://blog.sarathonline.com/2012/05/eclipse-indigo-without-mylyn.html

Please read the whole link, but in case it goes dead these are the move instructions from that link.

请阅读整个链接,但如果它死了,这些是该链接的移动说明。

# cd path/to/eclipse/installation

mkdir disabled disabled/features disabled/plugins

# Disable egit/jgit
mv features/*egit* disabled/features/
mv plugins/*jgit* disabled/plugins/
mv plugins/*egit* disabled/plugins