Skip to content
Snippets Groups Projects
Commit 3019ab99 authored by Hannes Rosenögger's avatar Hannes Rosenögger
Browse files

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
parents f3d52f82 e3f8ed5c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment