How to disable EGit temporarily?

懵懂的女人 提交于 2019-12-10 13:56:38

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/5103048/how-to-disable-egit-temporarily

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