【问题标题】:Can't uninstall EGit from Eclipse LUNA无法从 Eclipse LUNA 卸载 EGit
【发布时间】:2015-01-26 08:01:24
【问题描述】:

EGit 插件一次又一次地使 Eclipse 崩溃,因为它显然无法连接到存储库(实际上无法访问)。

我多次尝试卸载插件,但没有被卸载:

我按照帮助 -> Eclipse Marketplace -> 已安装 -> EGit -> 卸载的顺序, 然后我尝试选择所有内容或仅选择其中一项(Eclipse Git Team Provider,Java 实现 Git),确认并单击完成并确认重新启动。

每次我回到 Eclipse Marketplace 时,仍然会安装 Egit 插件。事实上,它再次使 Eclipse 崩溃。

有没有人建议解决这个问题?

谢谢

【问题讨论】:

标签: eclipse plugins uninstallation egit eclipse-luna


【解决方案1】:

我使用了以下帖子中的第二个答案,它对我有用:

How can I uninstall Egit feature from Juno?

mkdir disabled disabled/features disabled/plugins

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

尽管答案是针对 Juno,但我可以确认这在 Mac OSX 上的 Luna 上完美运行。

干杯!

【讨论】:

  • 确认 Luna 在 Windows 10 上使用 Git Bash
猜你喜欢
  • 2015-02-13
  • 2016-06-04
  • 2013-08-18
  • 1970-01-01
  • 1970-01-01
  • 2012-12-04
  • 2011-12-27
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多