Answers for "warning: lf will be replaced by crlf in weights/model_update.py."

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 --global core.autocrlf false
Posted by: Guest on April-04-2021

Code answers related to "warning: lf will be replaced by crlf in weights/model_update.py."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language