-
Notifications
You must be signed in to change notification settings - Fork 32
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
LFS-enabled repo failing with permission and/or lfs issue #223
Comments
Indeed, this is not a case we had tested for. I've never worked with LFS. Do you want to work on that a submit a PR, or would you rather not ? I can't promise we'll do it right away, but I'd wager if you know how git LFS works, you're already a step ahead of me :) |
I have been able to reproduce the error locally in a small test case in Docker and it seems to me that the only thing we need to do is to replace |
Seems fine to me. Time for a v3 then :) |
@plato-gst It should work now. Feel free to test it and give us feedback |
(Closing for now, but don't hesitate to re-open if anything doesn't work as well as it should) |
all good, it's been correctly running since then! thx for fast response 👍 |
Hi,
I'm getting this with a (private) repo having lfs enabled:
then at the end:
I'm not sure which error is the real one..
is lfs issue or permission issue ?
EDIT:
fwiw: have NOT
lfs: true
in my checkout step before but given the last message I'm not sure that would help..EDIT2: well, should I only:
before the step as proposed by the last error message ?
The text was updated successfully, but these errors were encountered: