-
Notifications
You must be signed in to change notification settings - Fork 15
Description
When I ran the below command, I got a warning here:
❯ git clone git@github.com:Xetera/xetera.dev.git
Cloning into 'xetera.dev'...
remote: Enumerating objects: 4031, done.
remote: Counting objects: 100% (843/843), done.
remote: Compressing objects: 100% (452/452), done.
remote: Total 4031 (delta 464), reused 713 (delta 366), pack-reused 3188 (from 1)
Receiving objects: 100% (4031/4031), 94.07 MiB | 5.16 MiB/s, done.
Resolving deltas: 100% (2177/2177), 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:'src/components/messaging/Whatsapp.tsx'
'src/components/messaging/whatsapp.tsx'
Do you set git ignore case in your local?
Here is a repair method:
Case-sensitive path collisions on case-insensitive file system when I do git clone