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
❯ 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'