关于git的设置
以用户为单位的影响
~/.gitconfig
~~~
[user]
name = “姓名”
email = 通知邮箱
[core]
autoCRLF = false
~~~
推荐将[user]的设置记录在提交时等操作中
[core]中的autoCRLF = false会导致克隆时自动转换为CRLF
以用户为单位的影响
~/.gitconfig
~~~
[user]
name = “姓名”
email = 通知邮箱
[core]
autoCRLF = false
~~~
推荐将[user]的设置记录在提交时等操作中
[core]中的autoCRLF = false会导致克隆时自动转换为CRLF