wsl中使用code,由于windows换行符问题git会显示大量文件修改,此时需要在wsl中设置autocrlf设置
git config --global core.autocrlf input
https://www.scivision.dev/git-line-endings-windows-cygwin-wsl/
wsl中使用code,由于windows换行符问题git会显示大量文件修改,此时需要在wsl中设置autocrlf设置
git config --global core.autocrlf input
https://www.scivision.dev/git-line-endings-windows-cygwin-wsl/