git——git add 时报错 warning: LF will be replaced by CRLF in ** 解决办法

输入命令:
git config core.autocrlf false (仅对当前git仓库有效)
git config --global core.autocrlf false (全局有效,不设置推荐全局)

你可能感兴趣的:(Git)