-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Add LFS data mirroring #14718
Add LFS data mirroring #14718
Conversation
231461c
to
e786de0
Compare
e786de0
to
36582e7
Compare
How about to put |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! I've had a (very) quick browse, one thing I noticed was that there is no check to see if git lfs is enabled on the server
I am currently working on the same thing: #14726 |
I think "git lfs fetch " do not store recived lfs content in gitea's lfs storage ... |
Thanks for the review!
Should it be one of? Looks like it allows to download LFS without the access token? One of the main use cases may be to download 3rd-party misconfigured repos.
Yeah it downloads to repo but then it moves files to gitea storage. |
5923183
to
a727324
Compare
0f98daf
to
9982edb
Compare
close #849
close #14726