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

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 #8745

Closed
1 task done
moltar opened this issue Jul 13, 2024 · 0 comments · Fixed by #8813

Comments

@moltar
Copy link

moltar commented Jul 13, 2024

Verify canary release

  • I verified that the issue exists in the latest Turborepo canary release.

Link to code that reproduces this issue

N/A

What package manager are you using / does the bug impact?

pnpm

What operating system are you using?

Mac

Which canary version will you have in your reproduction?

N/A

Describe the Bug

Cloning on a macOS produces a warning.

❯ git clone --depth=1 git@github.com:vercel/turbo.git

Expected Behavior

No warning.

To Reproduce

❯ git clone --depth=1 git@github.com:vercel/turbo.git
Cloning into 'turbo'...
remote: Enumerating objects: 6440, done.
remote: Counting objects: 100% (6440/6440), done.
remote: Compressing objects: 100% (4509/4509), done.
remote: Total 6440 (delta 1158), reused 4490 (delta 818), pack-reused 0
Receiving objects: 100% (6440/6440), 7.10 MiB | 2.54 MiB/s, done.
Resolving deltas: 100% (1158/1158), done.
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:

  'examples/kitchen-sink/packages/ui/src/Link/index.test.tsx'
  'examples/kitchen-sink/packages/ui/src/link/index.test.tsx'
  'examples/kitchen-sink/packages/ui/src/Link/index.tsx'
  'examples/kitchen-sink/packages/ui/src/link/index.tsx'

Additional context

N/A

@moltar moltar added kind: bug Something isn't working needs: triage New issues get this label. Remove it after triage owned-by: turborepo labels Jul 13, 2024
@chris-olszewski chris-olszewski removed kind: bug Something isn't working needs: triage New issues get this label. Remove it after triage labels Jul 22, 2024
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

Successfully merging a pull request may close this issue.

2 participants