Git CRLF问题

问题描述

1
warning: LF will be replaced by CRLF in ***

解决方法

windows:

1
D:\dev git config --global core.autocrlf true

macos:

1
$git config --global core.autocrlf input

文章目录
  1. 1. 问题描述
  2. 2. 解决方法
,