Skip to content

Doesn't cleanly clone under MacOS #4

@dyelar

Description

@dyelar

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions