查看git全局配置
git config --global -l
編輯配置文件
git config --global -e
忽略文件權(quán)限
git config --global core.fileModefalse
忽略空格修改
git config --global apply.whitespace nowarn
推薦:?浮生無(wú)事的博客
git config --global -l
git config --global -e
git config --global core.fileModefalse
git config --global apply.whitespace nowarn
推薦:?浮生無(wú)事的博客