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
This commit is contained in:
Hannes Rosenögger 2016-05-18 20:42:15 +00:00
commit 3019ab99bc

View file

@ -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