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
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: