Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rfay opened this issue Sep 29, 2023 · 1 comment
Open
Labels
bug Something isn't working

Comments

@rfay
Copy link

rfay commented Sep 29, 2023

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.

@rfay rfay added the bug Something isn't working label Sep 29, 2023
@timkelty
Copy link
Collaborator

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

I'll work it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants