diff options
author | James Edwards-Jones <jamedjo@gmail.com> | 2017-12-15 12:20:42 +0000 |
---|---|---|
committer | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-12-18 11:53:17 +0000 |
commit | c7807741a47dfc2024817eddf289fb9d8211994d (patch) | |
tree | baaf98fa02825255e7d5f6e256c7ba0af6566283 /doc | |
parent | ea1d025e36cc7257d66b7f58f93f4674c909e590 (diff) | |
download | gitlab-ce-c7807741a47dfc2024817eddf289fb9d8211994d.tar.gz |
Document LFS integrity check and how to disable it
Diffstat (limited to 'doc')
-rw-r--r-- | doc/workflow/lfs/manage_large_binaries_with_git_lfs.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md b/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md index 6adde447975..195285f9157 100644 --- a/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md +++ b/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md @@ -163,3 +163,11 @@ For Windows, you can use `wincred` or Microsoft's [Git Credential Manager for Wi More details about various methods of storing the user credentials can be found on [Git Credential Storage documentation](https://git-scm.com/book/en/v2/Git-Tools-Credential-Storage). + +### LFS objects are missing on push + +GitLab checks files to detect LFS pointers on push. If LFS pointers are detected, GitLab tries to verify that those files already exist in LFS on GitLab. + +Verify that LFS in installed locally and consider a manual push with `git lfs push --all`. + +If you are storing LFS files outside of GitLab you can disable LFS on the project by settting `lfs_enabled: false` with the [projets api](../../api/projects.md#edit-project). |