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:
commit
3019ab99bc
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ To prevent this from happening, set the lfs url in project Git config:
|
||||||
|
|
||||||
```bash
|
```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
|
### Credentials are always required when pushing an object
|
||||||
|
|
Loading…
Reference in a new issue