1. 进入本地git项目,打开Git Bash输入下面命令查看是否大小写敏感,默认是不分区大小写的
git config --get core.ignorecase
2. 设置当前项目git为大小写敏感
git config core.ignorecase false
1. 进入本地git项目,打开Git Bash输入下面命令查看是否大小写敏感,默认是不分区大小写的
git config --get core.ignorecase
2. 设置当前项目git为大小写敏感
git config core.ignorecase false
转载于:https://my.oschina.net/pipimao/blog/3096679