mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-07 02:39:31 +01:00
add note about minimum required version of git installed (#16433)
This commit is contained in:
parent
11c79b56da
commit
376fc350ee
1 changed files with 2 additions and 0 deletions
|
@ -24,3 +24,5 @@ LFS_START_SERVER = true
|
|||
; Where your lfs files reside, default is 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 a new issue