Skip to content

There are files with the same name in the same path with different capitalization #4023

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

Closed
djvelimir opened this issue Feb 5, 2025 · 1 comment

Comments

@djvelimir
Copy link
Contributor

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'

@yanglbme
Copy link
Member

yanglbme commented Feb 5, 2025

Thank you for your feedback. I have fixed this issue. ❤

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