Skip to content
Snippets Groups Projects
Commit e3f8ed5c authored by Felix Ruess's avatar Felix Ruess
Browse files

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`
parent c5ed929d
No related branches found
No related tags found
1 merge request!2713doc: fix git lfs workaround for using http instead of https
Loading
Loading
@@ -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
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