设置 Git 区分文件名/目录名大小写

如何设置 Git 区分大小写呢?

进入 Git 仓库执行:

git config core.ignorecase false