meltingice / git-lfs-s3

A Git LFS server that uses S3 as the storage backend.
216 stars 36 forks source link

/objects/batch 404's #16

Open prichey opened 7 years ago

prichey commented 7 years ago

I'm having issues pushing to my server. I'm getting the following error:

charon:dq moonshot$ git push origin master
Username for 'http://git-lfs-s3.moonshot.cloud': moonshot
Password for 'http://moonshot@git-lfs-s3.moonshot.cloud': 
Git LFS: (0 of 1 files) 0 B / 186.59 MB                                                                                                                       
batch response: Repository or object not found: http://git-lfs-s3.moonshot.cloud/objects/batch
Check that it exists and that you have proper access to it

It looks like there was a PR to add support for the /batch endpoint so I'm not quite sure what's going wrong. Any help would be appreciated. Thanks!

alonsegal commented 6 years ago

Same error here

debuggins commented 6 years ago

Were you able to figure this out? I'm also getting the same error.