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`
This commit is contained in:
Felix Ruess 2016-02-04 17:51:12 +00:00
parent c5ed929d33
commit e3f8ed5cef
1 changed files with 1 additions and 1 deletions

View File

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