NIKEA-SOFT / HelenaFramework

Universal Modern Framework on C++20 for clean, flexible, scalable architecture with minimal overhead.
MIT License
76 stars 9 forks source link

git clone: case-sensitive paths on a case-insensitive filesystem #24

Closed ghost closed 1 year ago

ghost commented 1 year ago
$ git clone -b develop https://github.com/NIKEA-SOFT/HelenaFramework
Cloning into 'HelenaFramework'...
remote: Enumerating objects: 6080, done.
remote: Counting objects: 100% (1337/1337), done.
remote: Compressing objects: 100% (522/522), done.
remote: Total 6080 (delta 847), reused 1183 (delta 800), pack-reused 4743
Receiving objects: 100% (6080/6080), 3.39 MiB | 4.74 MiB/s, done.
Resolving deltas: 100% (3685/3685), 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:

  'Helena/Traits/SameAS.hpp'
  'Helena/Traits/SameAs.hpp'
NIKEA-SOFT commented 1 year ago

Thanks, I didn't notice this due to the fact that this problem was only in the repository, it was due to core.ignorecase in git, which by default is true Fixed and master branch updated.