问题
windows 环境 git 下修改文件名大小写无效,虽然不影响读取,但是在一些(比如小程序路径)就无法识别
解决方法
git config core.ignorecase false
Reprint please keep the original link: https://zodream.cn/blog/id/54.html
windows 环境 git 下修改文件名大小写无效,虽然不影响读取,但是在一些(比如小程序路径)就无法识别
git config core.ignorecase false
Reprint please keep the original link: https://zodream.cn/blog/id/54.html