Current versions of MacOS utilize a case insensitive file system. Since this repository contains filenames where the only difference is the case, it doesn't cleanly clone under base MacOS. You get the following errors.
_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:
'src/AACE.cpp'
'src/aace.cpp'
'src/RRCE.cpp'
'src/rrce.cpp'_
While I was able to resolve this by creating a case-sensitive MacOS file system ( https://luislavena.info/til/case-insensitive-macos-filesystem/ ), it might be more convenient for users to fix the file name collisions.
Current versions of MacOS utilize a case insensitive file system. Since this repository contains filenames where the only difference is the case, it doesn't cleanly clone under base MacOS. You get the following errors.
_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:
'src/AACE.cpp'
'src/aace.cpp'
'src/RRCE.cpp'
'src/rrce.cpp'_
While I was able to resolve this by creating a case-sensitive MacOS file system ( https://luislavena.info/til/case-insensitive-macos-filesystem/ ), it might be more convenient for users to fix the file name collisions.