Sto usando Ubuntu 13.10 x64 e sto lavorando a un progetto che alcuni sviluppatori stanno usando Windows, ho recentemente cambiato git config core.eol
in "lf" e core.autocrlf
in "input" e core.safecrlf
in "true". Da allora, quando provo a eseguire il commit del file nel mio repository locale, ottengo questo errore:
fatal: CRLF would be replaced by LF in ......
Da quello che ho capito, se imposto core.eol
su "lf" e core.autocrlf
su "input", git convertirà automaticamente CRLF in LF, ma perché viene questo errore su? Come posso risolvere questo problema?
Grazie.
git diff
nell'output: git.661346.n2.nabble.com/…