这是indexloc提供的服务,不要输入任何密码
Skip to content

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

@moltar

Description

@moltar

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions