You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
On the Mac, filesystems are case insensitive by default (I know, I know)...
This leads to the following error on file checkout:
Suggest git mv'ing one of these two files such that they do not collide.
The text was updated successfully, but these errors were encountered: