Windows используйте LF вместо CRLF
git config --global core.autocrlf false
git config --global core.eol lf
git config --global core.autocrlf input
Kirk-Patrick Brown
git config --global core.autocrlf false
git config --global core.eol lf
git config --global core.autocrlf input