You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 importantly
Describe alternatives you've considered
I could fork openhands and modify the clone command.
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: