java icon indicating copy to clipboard operation
java copied to clipboard

Paths have collided - HeapSort/heapSort

Open jantabacki opened this issue 5 years ago • 1 comments

I am creating an issue because I found out a warning while cloning this repository.

Later, when this situation occurs, the changes to the repository associated with that collision occur continuously.

git.exe clone --progress -v "https://github.com/AllAlgorithms/java.git" "xxx'...
POST git-upload-pack (225 bytes)
remote: Enumerating objects: 504, done.
remote: Total 504 (delta 0), reused 0 (delta 0), pack-reused 504
Receiving objects: 100% (504/504), 129.77 KiB | 407.00 KiB/s, done.
Resolving deltas: 100% (182/182), 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:

'sorting/HeapSort.java'
'sorting/heapSort.java'

Success (1531 ms @ 07.10.2020 11:56:43)

jantabacki avatar Oct 07 '20 10:10 jantabacki

yup, correct, this one should be addressed,

jfullstackdev avatar Oct 18 '20 09:10 jfullstackdev