mirror of https://github.com/go-gitea/gitea.git
add note about minimum required version of git installed (#16433)
This commit is contained in:
parent
11c79b56da
commit
376fc350ee
|
@ -24,3 +24,5 @@ LFS_START_SERVER = true
|
||||||
; Where your lfs files reside, default is data/lfs.
|
; Where your lfs files reside, default is data/lfs.
|
||||||
LFS_CONTENT_PATH = /home/gitea/data/lfs
|
LFS_CONTENT_PATH = /home/gitea/data/lfs
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Note**: LFS server support needs at least Git v2.1.2 installed on the server
|
||||||
|
|
Loading…
Reference in New Issue