diff options
author | Hannes Rosenögger <123haynes@gmail.com> | 2016-05-18 20:42:15 +0000 |
---|---|---|
committer | Hannes Rosenögger <123haynes@gmail.com> | 2016-05-18 20:42:15 +0000 |
commit | 3019ab99bc4c27dab3114313d9cc038e5f726fee (patch) | |
tree | 8e211832a75f908006c1164d91151915750912e2 /doc | |
parent | f3d52f8258dac8f31dea2988d6acb46b726ecac1 (diff) | |
parent | e3f8ed5cefcae3df9179f7b1198bf8026918653e (diff) | |
download | gitlab-ce-3019ab99bc4c27dab3114313d9cc038e5f726fee.tar.gz |
Merge branch 'patch-1' into 'master'
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`
See merge request !2713
Diffstat (limited to 'doc')
-rw-r--r-- | doc/workflow/lfs/manage_large_binaries_with_git_lfs.md | 2 |
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 1295dfbd770..9fe065fa680 100644 --- a/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md +++ b/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md @@ -127,7 +127,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 |