Checkout failing due to git-lfs not being found #1548
Unanswered
ricardo-noyolalozano
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Curious if you ever found a solution for this. It's unclear where those LFS git hooks are coming from on checkout. For my repo, users have no issues if they clone locally - This only seems to happen in GHA |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pretty much the title. The runner that is running the jobs definitely has git-lfs installed and the action is working most of the time. I've noticed that it has stopped working after I started using containers to run some jobs.
`Hook already exists: pre-push
I think something is breaking after I run the same action in the container (which works) and then try running the action on another workflow without the container. Not sure what could be happening and am having issues finding anything online that describes the same issue I'm facing.
Beta Was this translation helpful? Give feedback.
All reactions