-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Checkout not respecting .lfsconfig #365
Comments
For our project this is major issue, since when checking out to an empty workspace, .lfsconfig file does not yet exist and lfs fetch then fails to find the files (since it looks them from the wrong server). |
This is a major problem for us. Would a contribution to fix this be welcome? |
I was suprised to run into this issue. I found a workout if you remove: with:
lfs: true Then add a second step: - name: Checkout LFS
run: git lfs fetch --all && git lfs checkout Possible just I orignally added |
@dbushell I would highly recommend using
Running As for the original issue, all I can say is that I too would like the
|
When Cloning a Repository that uses a third party lfs server it still tries to pull from github's lfs
Action:
.lfsconfig:
output:
It would be nice if either a Settings for the
lfs-url
were to be exposed or it would simply read the .lfsconfig file and use the provided one. 👍The text was updated successfully, but these errors were encountered: