Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Files are folded on case-insensitive filesystems #363

Open
jordanhubbard opened this issue May 22, 2023 · 1 comment
Open

Files are folded on case-insensitive filesystems #363

jordanhubbard opened this issue May 22, 2023 · 1 comment

Comments

@jordanhubbard
Copy link

jordanhubbard commented May 22, 2023

On the Mac, filesystems are case insensitive by default (I know, I know)...

This leads to the following error on file checkout:

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:

  'build/electrical/V1_octopus_wiring.md'
  'build/electrical/v1_octopus_wiring.md'

Suggest git mv'ing one of these two files such that they do not collide.

@shiftingtech
Copy link
Contributor

the second file isn't even actually supposed to exist. There are only two because of some previous weirdness with a P.R. changing the case and not being noticed.

I keep meaning to make sure there's nothing we need hiding in the second file, and just havent gotten around to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants