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
The Gitlab repo has Git Large File Storage (LFS) option enabled
Yet I'm getting this issue:
Locking support detected on remote "mirror". Consider enabling it with:
$ git config lfs.https://gitlab.com/[my gitlab repo].git/info/lfs.locksverify true
LFS upload failed:
(missing) assets/very_large_file.txt ([file hash])
hint: Your push was rejected due to missing or corrupt local objects.
hint: You can disable this check with: 'git config lfs.allowincompletepush true'
I'm mirroring a repo from Github to Gitlab.
The Github repo has a file in LFS.
The Gitlab repo has
Git Large File Storage (LFS)
option enabledYet I'm getting this issue:
In my Github action,
I saw there is a PR to add support for LFS, but I don't know if it's in the current action version.
Do you have suggestions on how to solve this problem?
The text was updated successfully, but these errors were encountered: