查看git全局配置
git config --global -l
编辑配置文件
git config --global -e
忽略文件权限
git config --global core.fileModefalse
忽略空格修改
git config --global apply.whitespace nowarn
推荐: 浮生无事的博客
git config --global -l
git config --global -e
git config --global core.fileModefalse
git config --global apply.whitespace nowarn
推荐: 浮生无事的博客