carekit-apple/WWDC21-RecoverApp

Cannot clone this repo

wbj opened this issue · 1 comments

wbj commented

When I clone the code-along repo, a required submodule cannot be downloaded.

$ git clone --recurse-submodule https://github.com/carekit-apple/WWDC21-RecoverApp.git
Cloning into 'WWDC21-RecoverApp'...
remote: Enumerating objects: 55, done.
remote: Counting objects: 100% (55/55), done.
remote: Compressing objects: 100% (34/34), done.
remote: Total 55 (delta 21), reused 48 (delta 16), pack-reused 0
Receiving objects: 100% (55/55), 24.99 KiB | 12.50 MiB/s, done.
Resolving deltas: 100% (21/21), done.
Submodule 'ResearchKit' (https://github.com/ResearchKit/ResearchKit) registered for path 'ResearchKit'
Cloning into '/Users/wbj/repos/WWDC21-RecoverApp/ResearchKit'...
remote: Enumerating objects: 34663, done.
remote: Counting objects: 100% (877/877), done.
remote: Compressing objects: 100% (452/452), done.
remote: Total 34663 (delta 465), reused 750 (delta 411), pack-reused 33786
Receiving objects: 100% (34663/34663), 62.66 MiB | 21.57 MiB/s, done.
Resolving deltas: 100% (24307/24307), done.
git-lfs filter-process: git-lfs: command not found
fatal: the remote end hung up unexpectedly
fatal: Unable to checkout '29950b62e4df47f9ebd197919b0fc476c199425e' in submodule path 'ResearchKit'
$

wbj commented

sorry. I missed the issue with git-ifs command not found. I fixed that problem and the clone of this repo worked perfectly.