Hi Gang,
I'm trying to setup an LFS Filestore on a test server, using GitBlit. So far, no problem, I managed to transfer an existing git repository from another test server, setup our ldap credentials, etc... and GitBlit has been very cooperative and straight forward.
I mostly followed the instructions from this page on how to add git-lfs to an existing repo and it all worked as expected. I can now see all the files I wanted tracked by LFS, in the GitBlit's filestore.
I could also modify, stage, commit and push existing files, but when I try to lock one, this is the error I get:
$ git lfs lock TestProject/Content/Weapons/M_Rifle_01.uasset
Check that it exists and that you have proper access to it
I tried to change the access permissions on the repository and/or GitBlit, but the same issue remain.
I'm using git-lfs/2.0.2 (GitHub; windows amd64; go 1.8; git 85e2aec4) on the client side, and the server is running on a Ubuntu 16.04, with Tomcat8 (8.0.32-1ubuntu1.3) and openjdk (1.8.0_121).
Let me know if you need more details.
Does anyone set locking file up with GitBlit? Could have I missed something in the setup?
Thanks in advance for your help.
Cheers,
Cedo