summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Ruess <felix.ruess@gmail.com>2016-02-04 17:51:12 +0000
committerFelix Ruess <felix.ruess@gmail.com>2016-02-04 17:51:12 +0000
commite3f8ed5cefcae3df9179f7b1198bf8026918653e (patch)
tree4dc815a2ff8dbf77d52c3adfe39248c93d58bc86
parentc5ed929d33981d4af25c701087a4eaca1348cc1b (diff)
downloadgitlab-ce-e3f8ed5cefcae3df9179f7b1198bf8026918653e.tar.gz
doc: fix git lfs workaround for using http instead of https
the url should only point to `info/lfs` instead of `info/lfs/batch/objects`
-rw-r--r--doc/workflow/lfs/manage_large_binaries_with_git_lfs.md2
1 files changed, 1 insertions, 1 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 b59e92cb317..596478bf3cd 100644
--- a/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
+++ b/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
@@ -104,7 +104,7 @@ To prevent this from happening, set the lfs url in project Git config:
```bash
-git config --add lfs.url "http://gitlab.example.com/group/project.git/info/lfs/objects/batch"
+git config --add lfs.url "http://gitlab.example.com/group/project.git/info/lfs"
```
### Credentials are always required when pushing an object