What does the error “EGit could not detect where Git is installed” mean?

北城以北 提交于 2019-12-06 13:34:45
VonC

Note that with Eclipse4.2 and EGit2.3, this warning will be more discrete and less "in your face": see bug 391377.

Otherwise, this warning reminds you of setting how the eol (end of lines) should be treated when Egit checkout files on your computer.
The goal would be to avoid "The Wall of Pink".

(I prefer setting core.autocrl to false, personally)


The OP elle mentions the possibility to quiet those warning in the settings:

window>preferences>team>git>confirmation dialogues

It's not an error. Do not panic.

It is merely a warning that if you are using the command line Git as well, eGit can't figure out the defaults for that setup so that it can match them automatically. If you're not using command-line Git, just check the check box and move on.

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