Github Clone problem
FND-73 - Getting issue details... STATUS
Tried 3 times to clone the repo but it fails at the very end. I use TortoiseGit, Cygwin.
git.exe clone --progress -v "git@github.com:edmcouncil/fibo.git" "C:\my\FIBO\fibo" Cloning into 'C:\my\FIBO\fibo'... remote: Counting objects: 6369, done. remote: Total 6369 (delta 0), reused 0 (delta 0), pack-reused 6369 Receiving objects: 100% (6369/6369), 258.83 MiB | 240.00 KiB/s, done. Resolving deltas: 100% (3804/3804), done. Checking connectivity... fatal: Not a git repository: '/cygdrive/c/my/FIBO/fibo/.git' fatal: remote did not send all necessary objects
Anyone else seen this problem? I'm forced to download as zip.
When unzipped, it's 97Mb. The RDF ontologies are 1.9Mb, 63Mb MagicDraw and EA binaries (etc/source), 27Mb word (etc/spec).
As you see above, Github transfers 258Mb or 2.5x more than the zip size. This probably means that it can't delta-compress the binary & word files.
I think it makes sense to split off the ontologies to a separate repo (fibo) and keep the binaries in a separate repo (fibo-etc)