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
When I ran the below command, I got a warning here:
❯ git clone [email protected]: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:
When I ran the below command, I got a warning here:
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
The text was updated successfully, but these errors were encountered: