when I git clone the repository the following warning appears:
...
warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:
'components/User/index.js'
'components/user/index.js'
I've been reading and it may be a windows problem since case sensitive is not enabled in the folder paths. I also tried with git config --global core.ignorecase false but it keeps failing.
This problem is faced with all case-insensitive file systems, i.e Windows 10(NTFS) and macOS(APFS).
Does anyone also see this problem?
Use Windows 10's ability to enable case sensitivity on a per-directory basis.
Also, Windows Subsystem for Linux let's you mount Windows folders as case sensitive.
For more information:
How to Enable Case Sensitive File and Folder Names on Windows 10
Per-directory case sensitivity and WSL | Windows Command Line