git commit get fatal error “fatal: CRLF would be replaced by LF in”

The usual fix is to convert those files yourself, with dos2unix or Swiss File Knife.
I have always preferred to keep core.autocrlf to false, which means:
git config --global core.autocrlf false