Description
git-lfs is required to check out this repo. Without it you'll get something like
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
Steps to reproduce
Check out the repo without git-lfs
Additional info
Solution in https://stackoverflow.com/a/69683753/215713
brew install git-lfs
git lfs install
git lfs install --system
Once I get farther along I'll see if I get to a PR.