Git Warning: LF will be replaced by CRLF
Set up the CRLF and the problem will “disappear” # Option 1: git config –global core.autocrlf false # Option 2: `git config –global core.safecrlf false` https://help.github.com/articles/dealing-with-line-endings