Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git clone has a warning #72

Open
sgalcheung opened this issue Aug 28, 2024 · 0 comments
Open

Git clone has a warning #72

sgalcheung opened this issue Aug 28, 2024 · 0 comments

Comments

@sgalcheung
Copy link

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:

'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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant