Be on Windows

>be on Windows
>cloning git repo fails
>filename collisions because of case insensitive filesystem

Attached: trfd.jpg (850x800, 379K)

Other urls found in this thread:

cygwin.com/cygwin-ug-net/using-specialnames.html
twitter.com/NSFWRedditImage

Other than understanding your frustration, I have good news for you.
cygwin.com/cygwin-ug-net/using-specialnames.html
Go to
>Case sensitive filenames

Name 1 (one) reason why a file system should be case sensitive.
You want to have two folders inside a folder. One called Benis and the other one benis?

Attached: 1542906409640.jpg (240x219, 16K)

to avoid locales clusterfucks

>case sensitive branch names
Even if the Windows supported case sensitive filenames, it would still be most retarded idea ever.

Create an issue on the repo, or better a pull request renaming one of the files to an alternative that works on case-insensitive filesystems.

Whether you're working on a case-sensitive file system or not, having conflicting filenames like that in a code repo is probably an oversight.

>work in a C# shop
>use git on VSTS for work control
>coworker does a bugfix, then refactors around
>notices incosistency in folder naming and fixes it so that all is in pascal case
>Visual Studio notices it as a rename
>git on the server creates a new directory with a fixed name along the prev one
>some files land in first dir, others in the second one
>nobody notices, because on their local copy all gets written in the same directory
mfw this shit happens once every quarter

Case sensitivity is dumb.

Because for a computer B and b are something completely different.

>having conflicting filenames like that in a code repo is probably an oversight
it's userspace of an unixy operating system
some of the conflicting filenames are base64 encoded strings