jorvis / GALES

Genomic Annotation Logic and Execution System
MIT License
8 stars 6 forks source link

Clone succeeds but checkout fails #35

Open sec4zj-tech opened 3 months ago

sec4zj-tech commented 3 months ago

See below for details

MacBook-Pro-3:~ samanthaclark$ git clone https://github.com/jorvis/GALES.git Cloning into 'GALES'... remote: Enumerating objects: 1477, done. remote: Counting objects: 100% (31/31), done. remote: Compressing objects: 100% (24/24), done. remote: Total 1477 (delta 9), reused 21 (delta 6), pack-reused 1446 Receiving objects: 100% (1477/1477), 49.39 MiB | 1.11 MiB/s, done. Resolving deltas: 100% (763/763), done. git-lfs filter-process: git-lfs: command not found fatal: the remote end hung up unexpectedly warning: Clone succeeded, but checkout failed. You can inspect what was checked out with 'git status' and retry with 'git restore --source=HEAD :/'

MacBook-Pro-3:~ samanthaclark$ git restore --source=HEAD :/ fatal: not a git repository (or any of the parent directories): .git

jorvis commented 2 months ago

Can you please confirm if this helps you:

https://stackoverflow.com/a/69683753/1368079