In git bash for windows
# https://github.com/desktop/desktop/issues/3841
git config --global core.eol lf
# https://github.com/desktop/desktop/issues/9443
git config --global core.autocrlf input
git config --global core.fileMode false
In git bash for windows
# https://github.com/desktop/desktop/issues/3841
git config --global core.eol lf
# https://github.com/desktop/desktop/issues/9443
git config --global core.autocrlf input
git config --global core.fileMode false