“Git ostrzeżenie LF zostanie zastąpione przez CRLF” Kod odpowiedzi

LF zostanie zastąpione przez 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
UnAngeloCheSiChiamaTheKing

Ostrzeżenie: LF zostanie zastąpione CRLF w Design/CSS/Bootstrap.min.css.

$ git config --global core.autocrlf input
Viking Albatross

Ostrzeżenie: LF zostanie zastąpione przez CRLF

git config --global core.autocrlf true
Newl

Ostrzeżenie: LF zostanie zastąpione przez CRLF w

# Option 1:
git config --global core.autocrlf false

# Option 2:---> Worked for me perfectly on Linux.
git config --global core.safecrlf false
nelson mandela dmj

Ostrzeżenie: LF zostanie zastąpione przez CRLF

git config --global core.autocrlf false
Tyagi420

Git ostrzeżenie LF zostanie zastąpione przez CRLF

All the answers here are good but you might just have a file open that you're trying to push
speedfastman

Odpowiedzi podobne do “Git ostrzeżenie LF zostanie zastąpione przez CRLF”

Pytania podobne do “Git ostrzeżenie LF zostanie zastąpione przez CRLF”

Więcej pokrewnych odpowiedzi na “Git ostrzeżenie LF zostanie zastąpione przez CRLF” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu