LFS on FreeNAS (freeBSD)

Hello,

I installed Git and GitLab on my FreeNAS (freeBSD) server. My team could clone empty repository, and commit and push small files, but they can’t send a huge files. I need this, thats why i have my own server.

Do anyone know how to set a LFS on the FreeNAS? I read here: https://github.com/git-lfs/git-lfs/wiki/Installation that I have to “put the git-lfs in my path”, but I don’t know where is the path of Git, i tried to put it to /mnt/Data/iocage/jails/gitlab/root or /mnt/Data/iocage/jails/gitlab/root/root or /mnt/Data/iocage/jails/gitlab/usr/local/git but every time when i try to use lfs command I got:

root@gitlab:~ # git lfs install
git: ‘lfs’ is not a git command. See ‘git --help’.

Please help me. My team need to work on large files and we can’t.