You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
❯ 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
The text was updated successfully, but these errors were encountered:
Verify 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
Additional context
N/A
The text was updated successfully, but these errors were encountered: