mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-27 19:34:10 +08:00
Weblate does not serve Git LFS objects so make it clear in the documentation. Fixes #18256
7 lines
340 B
ReStructuredText
7 lines
340 B
ReStructuredText
.. note::
|
|
|
|
Weblate serves the Git repository itself, but it does not serve Git LFS
|
|
objects. For repositories using Git LFS, clone from the upstream repository
|
|
and add Weblate as another remote. If you only need Git-tracked files, you
|
|
can clone from Weblate with ``GIT_LFS_SKIP_SMUDGE=1`` to skip downloading
|
|
Git LFS objects.
|