Re-indexing repository loop - not Maven

人盡茶涼 提交于 2019-12-22 04:55:06

问题


My Eclipse is continuing crashing a running a loop that saying re-indexing repository [myusername] I think it is because of github but I have unchecked everything that could be causing the problem in eclipse preferences under Maven and GitHub. Can someone please help, my computer keeps heating up and crashing. Thanks


回答1:


First alternative: Git only

Disable the Refresh settings under Window -> Preferences -> Team -> Git.

If that works, you will have to manually refresh either the workspace or the repository (in the Git perspective) after changes to the index or the working tree.

Second alternative: Eclipse global

Try disabling both "Refresh..." checkboxes under Window -> Preferences -> General -> Workspace. That will disable Eclipse to receive notifications from the operating system, when files on disk change by processes outside eclipse.

However, if that solves your issue, you will then have to use F5 (Refresh) on parts of your workspace resources manually, if an external process (like Maven, Git, ...) modifies files in your workspace.



来源:https://stackoverflow.com/questions/16313851/re-indexing-repository-loop-not-maven

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