git配置大小写敏感 发表于 2025-06-26 分类于 Git 拉去代码后发现远程的文件名字跟本地大小写不一样 拉去代码后发现远程的文件名字跟本地大小写不一样 12git config core.ignorecase # 查看当前是否识别大小写 若为 true 则配置为false 12git config core.ignorecase false # 查看当前是否识别大小写