替換SDK時(shí)艰毒,經(jīng)常會(huì)發(fā)現(xiàn)大量文件都有變化英妓,但比較兩個(gè)版本變化的內(nèi)容云头,是沒有任何區(qū)別的
是因?yàn)?git 在上傳時(shí)丐膝,會(huì)把 windows 里的換行換成 unix 的換行量愧,即 \r\n 替換成 \n
需要修改 git 的設(shè)置,避免自動(dòng)替換
https://davemateer.com/2020/01/09/Line-endings-ignore-in-Git
# Change to not perform any conversions
git config --global core.autocrlf false