craftcms / spoke-and-chain

Craft CMS + Craft Commerce demo site.
https://craftcms.com/demo?kind=spokeandchain
BSD Zero Clause License
54 stars 28 forks source link

git-lfs is required to check this out "Clone succeeded, but checkout failed" #146

Open rfay opened 11 months ago

rfay commented 11 months ago

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.

timkelty commented 11 months ago

Sorry about that - it was short term solution to GitHub Action's size limit that seems to have stuck around.

I'll work it!