There are files with the same name in the same path with different capitalization
Closed this issue · 1 comments
There are files with the same name in the same path with different capitalization, for example: 'Solution.cs' and 'solution.cs'. Such files with the same name in the same path can cause problems with case-insensitive file systems. When I cloned a fork of this repository I got the following warning:
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:
'solution/1500-1599/1535.Find the Winner of an Array Game/Solution.cs'
'solution/1500-1599/1535.Find the Winner of an Array Game/solution.cs'
'solution/2300-2399/2389.Longest Subsequence With Limited Sum/Solution.cs'
'solution/2300-2399/2389.Longest Subsequence With Limited Sum/solution.cs'
Thank you for your feedback. I have fixed this issue. ❤