Use git, modify the file name uppercase letters to lowercase, modified files from version control, the file can not be submitted.

git default file names are case-insensitive, execute the command git config core.ignorecase false

Guess you like

Origin blog.csdn.net/qq_41782949/article/details/86023800