// 查看是否忽略大小写 {true : '忽略', false :'不忽略'} git config --get core.ignorecase // 设置不忽略大小写 git config core.ignorecase false