Answers for "fatal: crlf would be replaced by lf in code/module/mod_favoris/cont_favoris.php"

5

lf will be replaced by crlf

Linux and MacOS: use characters as in file
$ git config --global core.autocrlf input

Windows: deactivate the automatic conversion to CRLF
$ git config --global core.autocrlf false
Posted by: Guest on December-04-2020
2

warning: LF will be replaced by CRLF

git config --global core.autocrlf true
Posted by: Guest on October-08-2020

Code answers related to "fatal: crlf would be replaced by lf in code/module/mod_favoris/cont_favoris.php"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language