[Resolver] Git LFS Support #6156
Labels
enhancement
New feature or request
openhands
Have Openhands attempt to fix the issue (via GH App)
resolver
Related to OpenHands Resolver
What problem or use case are you trying to solve?
I have a repo with a lot of data files stored in Git LFS. It looks like OpenHands clones the repo here.
I'm running on Github Actions and have tried passing GIT_LFS_SKIP_SMUDGE: 1 as an environment variable, but it doesn't seem to have an effect.
The Github action ends up failing due to lack of storage space.
Describe the UX of the solution you'd like
Environment variable that can be passed to the container to skip large LFS files on clone.
Do you have thoughts on the technical implementation?
Add an environment variable to the workflow that will accept parameters to git clone,
GIT_LFS_SKIP_SMUDGE
and--depth
most importantlyDescribe alternatives you've considered
I could fork openhands and modify the
clone
command.Additional context
Workflow file:
The text was updated successfully, but these errors were encountered: