如何暂时禁用EGit?
当从命令行执行 git repack 等操作时,包会被锁定并且无法删除,从而使存储库大小加倍。罪魁祸首很可能是 EGit 保持文件打开(这在 Windows 中是不好的)。退出 Eclipse 是我所知道的唯一解决方法。我找到了这篇文章,但 EGit 没有这样的选项。还有其他想法吗?
When doing things like git repack
from the command line, a pack gets locked and can't be removed, thus doubling the repo size. The culprit is most probably EGit holding the file open (which is bad in Windows). Exiting Eclipse is the only workaround I know. I've found this article, but there's no such option for EGit. Any other idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
“启动和关闭”选项是禁用链接中提到的插件的唯一方法(“暂时禁用 Eclipse 插件")或在“如何在 eclipse 3.6 Helios 中禁用插件?"。
如果您正在构建插件,则可以使用不同的 目标平台(如 此线程 以及文章的评论“[galileo] 在 Eclipse IDE 中管理插件"),但这里的情况并非如此。
The "Startup and Shutdown" option is the only way to disable a plugin as mentioned in your link ("Temporarily disable Eclipse plugin") or in "How to disable plugins in eclipse 3.6 Helios ?".
If you were building a plugin, you could then use a different target platform (as in this thread and in the comments of the article "[galileo] Manage Plug-ins in your Eclipse IDE"), but this isn't the case here.