Answers for "warning: lf will be replaced by crlf in career_bliss/image.sh."

1

warning: LF will be replaced by CRLF in

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

# Option 2:---> Worked for me perfectly on Linux.
git config --global core.safecrlf false
Posted by: Guest on February-21-2022
0

warning: LF will be replaced by CRLF

git config core.autocrlf true
Posted by: Guest on April-23-2020

Code answers related to "warning: lf will be replaced by crlf in career_bliss/image.sh."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language