Commit ae4cc429 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'patch-13' into 'master'

add details that Git LFS must be enabled in project

## What does this MR do?

Add details that Git LFS must be enabled in project before it will work

See merge request !7680
parents 2317eb5e 7e0e5bc3
...@@ -24,6 +24,7 @@ Documentation for GitLab instance administrators is under [LFS administration do ...@@ -24,6 +24,7 @@ Documentation for GitLab instance administrators is under [LFS administration do
## Requirements ## Requirements
* Git LFS is supported in GitLab starting with version 8.2 * Git LFS is supported in GitLab starting with version 8.2
* Git LFS must be enabled under project settings
* [Git LFS client](https://git-lfs.github.com) version 1.0.1 and up * [Git LFS client](https://git-lfs.github.com) version 1.0.1 and up
## Known limitations ## Known limitations
...@@ -31,10 +32,10 @@ Documentation for GitLab instance administrators is under [LFS administration do ...@@ -31,10 +32,10 @@ Documentation for GitLab instance administrators is under [LFS administration do
* Git LFS v1 original API is not supported since it was deprecated early in LFS * Git LFS v1 original API is not supported since it was deprecated early in LFS
development development
* When SSH is set as a remote, Git LFS objects still go through HTTPS * When SSH is set as a remote, Git LFS objects still go through HTTPS
* Any Git LFS request will ask for HTTPS credentials to be provided so good Git * Any Git LFS request will ask for HTTPS credentials to be provided so a good Git
credentials store is recommended credentials store is recommended
* Git LFS always assumes HTTPS so if you have GitLab server on HTTP you will have * Git LFS always assumes HTTPS so if you have GitLab server on HTTP you will have
to add the URL to Git config manually (see #troubleshooting) to add the URL to Git config manually (see [troubleshooting](#troubleshooting))
>**Note**: With 8.12 GitLab added LFS support to SSH. The Git LFS communication >**Note**: With 8.12 GitLab added LFS support to SSH. The Git LFS communication
still goes over HTTP, but now the SSH client passes the correct credentials still goes over HTTP, but now the SSH client passes the correct credentials
...@@ -95,7 +96,7 @@ available to the project anymore. Probably the object was removed from the serve ...@@ -95,7 +96,7 @@ available to the project anymore. Probably the object was removed from the serve
* Local git repository is using deprecated LFS API * Local git repository is using deprecated LFS API
### Invalid status for <url> : 501 ### Invalid status for `<url>` : 501
Git LFS will log the failures into a log file. Git LFS will log the failures into a log file.
To view this log file, while in project directory: To view this log file, while in project directory:
...@@ -106,6 +107,9 @@ git lfs logs last ...@@ -106,6 +107,9 @@ git lfs logs last
If the status `error 501` is shown, it is because: If the status `error 501` is shown, it is because:
* Git LFS is not enabled in project settings. Check your project settings and
enable Git LFS.
* Git LFS support is not enabled on the GitLab server. Check with your GitLab * Git LFS support is not enabled on the GitLab server. Check with your GitLab
administrator why Git LFS is not enabled on the server. See administrator why Git LFS is not enabled on the server. See
[LFS administration documentation](lfs_administration.md) for instructions [LFS administration documentation](lfs_administration.md) for instructions
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment