duckduckgo/tracker-radar

git clone on macOS - case-sensitive paths on a case-insensitive filesystem

GETandSELECT opened this issue · 3 comments

Hi

not only on Windows, also on macOS there is an issue with checkout:

git clone https://github.com/duckduckgo/tracker-radar.git
Cloning into 'tracker-radar'...
remote: Enumerating objects: 47768, done.
remote: Counting objects: 100% (47768/47768), done.
remote: Compressing objects: 100% (31870/31870), done.
remote: Total 47768 (delta 24488), reused 39161 (delta 15894), pack-reused 0
Receiving objects: 100% (47768/47768), 8.01 MiB | 471.00 KiB/s, done.
Resolving deltas: 100% (24488/24488), done.
Updating files: 100% (23991/23991), 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:

  'entities/QuestBack GmbH.json'
  'entities/Questback GmbH.json'

macOS default filesystem is case-insensitive filesystem

cheers

@dharb want to check this one out too?

dharb commented

I think this should be fixed by #6.

You're right, looks like it is. I'll review that one right now.