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
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