-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
Sortable vs sortable causes issues on case insensitive filesystems #3650
Comments
Yep, this is a known issue. We are still brain storming a solution, as we can't remove things from the CDN, we are all ears if anyone has any ideas... |
Sorry for that, as @thomasdavis said, we are finding a good solution for it, and I think there is a workaround for Mac now. |
I was able to work around this using a sparse checkout: http://briancoyner.github.io/blog/2013/06/05/git-sparse-checkout/ Pretty annoying on Windows though. |
ref issue ticket: #3792 |
This is an issue on OS X. And those workarounds don't seem to work, @PeterDaveHello. |
Have you tried it @gf3? I thought case-sensitive filesystem on OS X will help. |
HFS+ is case insensitive by default. |
But you can create a case-sensitive, right? |
Yes, you can but (and I'm guesstimating) 97% of people don't. |
you can run into serious issues when formatting a mac as case-sensitive. it is not recommended. |
So I just said that is workaround ... not a solution ... |
+1 for fixing this, I can't commit. Every time I try to stage my own files, git complains about |
#3792 may help also |
Thanks @gordonwoodhull |
is there anything actionable here? we won't modify existing files because that would be a breaking change. |
Closing as this isn't actionable, but have pinned for visibility as this will be a forever issue with this repo (and other related cdnjs repos). |
Simply checking out cdnjs results in a file being modified because you have https://github.com/cdnjs/cdnjs/tree/master/ajax/libs/Sortable and https://github.com/cdnjs/cdnjs/tree/master/ajax/libs/sortable. It's not just my fs though, it looks like you own site can't handle this (search for "sortable" and you see the summary for
Sortable
but view the page and it'ssortable
).Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: