PoonLab / Kaphi

Kernel-embedded ABC-SMC for phylodynamic inference
GNU Affero General Public License v3.0
4 stars 2 forks source link

problem cloning igraph with fresh clone of repo #45

Closed ArtPoon closed 7 years ago

ArtPoon commented 7 years ago

When cloning the Kaphi repo to the lab iMac, we ran into this error message:

is2914:git art$ git clone --recursive https://github.com/PoonLab/Kaphi.git
Cloning into 'Kaphi'...
remote: Counting objects: 989, done.
remote: Total 989 (delta 0), reused 0 (delta 0), pack-reused 989
Receiving objects: 100% (989/989), 464.65 KiB | 0 bytes/s, done.
Resolving deltas: 100% (653/653), done.
Submodule 'igraph' (git://github.com/rmcclosk/igraph.git) registered for path 'pkg/src/igraph'
Cloning into '/Users/art/git/Kaphi/pkg/src/igraph'...
Fetched in submodule path 'pkg/src/igraph', but it did not contain 6055bff266ae84fcf4e48fb7a505fd97dec3911f. Direct fetching of that commit failed.
0ldM4j0r commented 7 years ago

The following issue only arises when cloning the repo to the lab Mac Mini. Cloning the repo to a Linux machine works fine.