Git modification of folder name case upload does not take effect

Today's development encountered a problem: modify the case of the folder but there is no change in the warehouse after uploading. The query shows that git does not distinguish the case of folders by default.
Solution:
git config core.ignorecase false does not ignore case
git config core.ignorecase true ignores case

おすすめ

転載: blog.csdn.net/weixin_46453221/article/details/130320912