1. 设置本地git环境识别大小写2. 删除远程大小写多余文件 1. 设置本地git环境识别大小写查看本地仓库git忽略大小写是打开还是关闭。git config –get core.ignorecasegit config core.ignorecase false 2. 删除远程大小写多余文件 git rm --cache /src/pages/home/components/Footer -r