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
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)
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: