Git with a cup of tea, painless self-hosted git service Mirror for internal git.with.parts use https://git.with.parts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
gitea/docs/content/administration/git-lfs-support.en-us.md

673 B

date title slug sidebar_position toc draft aliases menu
2019-10-06T08:00:00+05:00 Git LFS setup git-lfs-setup 12 false false [/en-us/git-lfs-setup] [{sidebar [{parent administration} {name Git LFS setup} {sidebar_position 12} {identifier git-lfs-setup}]}]

Git Large File Storage setup

To use Gitea's built-in LFS support, you must update the app.ini file:

[server]
; Enables git-lfs support. true or false, default is false.
LFS_START_SERVER = true

[lfs]
; Where your lfs files reside, default is data/lfs.
PATH = /home/gitea/data/lfs

Note: LFS server support needs at least Git v2.1.2 installed on the server