What does this error mean and how to resolve it? I am new to eclipse and I downloaded eclipse from a ftp from Japan and I don't know if I have downloaded all the necessary files.
Have I missed anything?
What does this error mean and how to resolve it? I am new to eclipse and I downloaded eclipse from a ftp from Japan and I don't know if I have downloaded all the necessary files.
Have I missed anything?
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.
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