Skip to content
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

[Bug]: File name casing issue when cloning the project #13431

Closed
2 tasks done
webpro opened this issue Mar 30, 2023 · 4 comments · Fixed by #13432
Closed
2 tasks done

[Bug]: File name casing issue when cloning the project #13431

webpro opened this issue Mar 30, 2023 · 4 comments · Fixed by #13432

Comments

@webpro
Copy link

webpro commented Mar 30, 2023

Package

@carbon/react

Browser

No response

Package version

latest

React version

No response

Description

File name casing issue when cloning the project, might be problematic elsewhere too:

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:

  'packages/react/src/components/Skeleton/Docs/overview.mdx'
  'packages/react/src/components/Skeleton/docs/overview.mdx'

Reproduction/example

N/A

Steps to reproduce

git clone git@github.com:carbon-design-system/carbon.git

Suggested Severity

None

Application/PAL

No response

Code of Conduct

@tay1orjones tay1orjones changed the title [Bug]: [Bug]: File name casing issue when cloning the project Mar 30, 2023
@tay1orjones
Copy link
Member

@webpro are you on windows or mac?

@webpro
Copy link
Author

webpro commented Mar 30, 2023

Mac. Not an issue for me.

@tay1orjones
Copy link
Member

Great - I've put up a quick PR to fix. Thanks for highlighting this issue!

@webpro
Copy link
Author

webpro commented Mar 30, 2023

Great! Close it if/when you want.

(I cloned the project as I saw it's interesting to exercise my Knip project with it.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants