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
Repository archive downloaded via http does not include LFS objects ( only links to objects ).
Example request for download archive:
curl --url https://${USER_NAME}:${USER_TOKEN}@${URL}/api/v1/repos/${ORG}/${REPO}/archive/${TAG}.tar.gz --output - | tar -xz
The feature to include LFS objects in archive is present in github.com.
The text was updated successfully, but these errors were encountered:
ziembek
added
type/feature
Completely new functionality. Can only be merged if feature freeze is not active.
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
labels
Jan 30, 2023
lunny
added
issue/duplicate
The issue has already been reported.
and removed
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
type/feature
Completely new functionality. Can only be merged if feature freeze is not active.
labels
Jan 30, 2023
Feature Description
Repository archive downloaded via http does not include LFS objects ( only links to objects ).
Example request for download archive:
curl --url https://${USER_NAME}:${USER_TOKEN}@${URL}/api/v1/repos/${ORG}/${REPO}/archive/${TAG}.tar.gz --output - | tar -xz
The feature to include LFS objects in archive is present in github.com.
https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-git-lfs-objects-in-archives-of-your-repository
Screenshots
No response
The text was updated successfully, but these errors were encountered: