git 不能识别文件名称大小写问题解决办法 其他 2022-08-16 19:57 0 阅读 因为git默认配置是忽略大小写的,因此需要修改配置,运行命令: git config core.ignorecase false 猜你喜欢