Skip to content
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 support? #381

Open
cosmotek opened this issue Sep 27, 2021 · 4 comments
Open

LFS support? #381

cosmotek opened this issue Sep 27, 2021 · 4 comments
Labels
no-autoclose Issues/PRs to be ignored by stale bot

Comments

@cosmotek
Copy link

Just curious... does this project offer any sort of support for Git LFS?

@xinnjie
Copy link

xinnjie commented Mar 14, 2022

Git LFS source code utilizes Go modules in its build system, and therefore this project contains a go.mod file with a defined Go module path. However, we do not maintain a stable Go language API or ABI, as Git LFS is intended to be used solely as a compiled binary utility. Please do not import the git-lfs module into other Go code and do not rely on it as a source code dependency.

from https://github.com/git-lfs/git-lfs#limitations
Git lfs support is apart from git.

@Phelan164
Copy link

@xinnjie it seem go-git could not clone lfs file. I tried but failed.
btw, my environment already install git lfs and could clone successfully with git clone command

@mattbucci
Copy link

mattbucci commented Jun 15, 2022

seems that unless git lfs changes their mind about extending support to others git lfs support is not possible. Really sucks as I need it for my use case

Copy link

To help us keep things tidy and focus on the active tasks, we've introduced a stale bot to spot issues/PRs that haven't had any activity in a while.

This particular issue hasn't had any updates or activity in the past 90 days, so it's been labeled as 'stale'. If it remains inactive for the next 30 days, it'll be automatically closed.

We understand everyone's busy, but if this issue is still important to you, please feel free to add a comment or make an update to keep it active.

Thanks for your understanding and cooperation!

@github-actions github-actions bot added the stale Issues/PRs that are marked for closure due to inactivity label Mar 31, 2024
@pjbgf pjbgf added no-autoclose Issues/PRs to be ignored by stale bot and removed stale Issues/PRs that are marked for closure due to inactivity labels Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-autoclose Issues/PRs to be ignored by stale bot
Projects
None yet
Development

No branches or pull requests

5 participants