“Git Warning LF será substituído por CRLF” Respostas de código

LF será substituído por 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

AVISO: LF será substituído pelo CRLF no design/css/bootstrap.min.css.

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

Aviso: LF será substituído por CRLF

git config --global core.autocrlf true
Newl

Aviso: LF será substituído por CRLF em

# 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

Aviso: LF será substituído por CRLF

git config --global core.autocrlf false
Tyagi420

Git Warning LF será substituído por CRLF

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

Respostas semelhantes a “Git Warning LF será substituído por CRLF”

Perguntas semelhantes a “Git Warning LF será substituído por CRLF”

Procure respostas de código populares por idioma

Procurar outros idiomas de código