LFS : cannot push

Hello,

I am new to this forum, and hope it is the right place to post.

I use omnibus CE package, deployed without HTTPS, on 81 port, not the standard one.
I am able to create a repo, setup tracking, and commit/push the .gitattributes files.
I can also commit a large file (.flac in my sample test)
But when I want to push ,I fall back into the " Repository or object not found" error. LFS is enabled on server side,
I can push a large file to my gitlab.com account, so I assume my client side setup is ok. I have the multiple http authentication popups as warned.

I set up lfs.url to
http://my_server:81/group/test_lfs.git/info/lfs/object/batch

Any hint ? The only difference I see with documentation is the 81 port I use…

thanks for your help.

Bruno

Hi Bruno,

I don’t know if you have figured this out yet, but the documentation is incorrect. Use the following URL instead and things should work:

http://my_server:81/group/test_lfs.git/info/lfs

Regards,

CJ

Hi CJ,

thanks for your help. I followed your advice, it sounds better but the message is now about lfs version

$ git push
Git LFS: (0 of 1 files) 0 B / 16.82 MB
Server supports batch API only, please update your Git LFS client to version 1.0.1 and up.
Docs: http://my_server:81/help
error: failed to push some refs to ‘git@my_server:bruno.bodin/test_lfs.git’

but I installed version 1.1.0 ?
I am using git on windows,
$ git --version
git version 2.6.2.windows.1

$ git lfs version
git-lfs/1.1.0 (GitHub; windows amd64; go 1.5.1; git 258acf1)

any idea ?

thanks

bruno