Skip to content
This repository has been archived by the owner on Oct 10, 2020. It is now read-only.

Cannot clone on macOS #1255

Open
jimjag opened this issue Apr 11, 2019 · 0 comments
Open

Cannot clone on macOS #1255

jimjag opened this issue Apr 11, 2019 · 0 comments

Comments

@jimjag
Copy link

jimjag commented Apr 11, 2019

The Github repo cannot successfully be cloned on macOS due to case issues related to the 'atomic' file and the 'Atomic' directory. macOS is (normally) case aware but case insensitive and so there is a file system naming clash when cloning:

git clone https://github.com/projectatomic/atomic.git
Cloning into 'atomic'...
remote: Enumerating objects: 2, done.
remote: Counting objects: 100% (2/2), done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 8599 (delta 0), reused 0 (delta 0), pack-reused 8597
Receiving objects: 100% (8599/8599), 5.39 MiB | 27.45 MiB/s, done.
Resolving deltas: 100% (6277/6277), 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:

'atomic'

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

No branches or pull requests

1 participant