如何避免“警告:LF将被CRLFreplace”?

我在Windows 8.1上。 完整的信息是:

warning: LF will be replaced by CRLF in file1. The file will have its original line endings in your working directory. 

我之后得到这个消息:

1 – mkdir testing; cd testing; git init mkdir testing; cd testing; git init

2- notepad++ file1 (我使用记事本++的Unix EOLconfiguration添加文件1 ,所以LF正在使用。我甚至testing,打开notepad的文件)

3- git add . 和屁股! 我收到消息。

我的configuration是:

 [core] autocrlf = true eol = lf 

为什么消息,当我有ELLE为 LF和我的文件只有LF作为行结束?

我的目标是在回购的LF和我的工作目录中的任何文件没有这个恼人的消息工作。