在Git中出现LF和CRLF问题的解决方法

Windows中,Git add出现

LF will be replaced by CRLF in venv/Lib/site-packages/setuptools/windows_support.py.

解决方法如下:

$ git config --global core.autocrlf false

你可能感兴趣的:(命令,git)