mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 04:36:11 +10:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user