Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bitbucket - push repo with git lfs

When I'm trying to push my files into bitbucket repo (some of them tracked by git LFS, pattern is *.uasset), I'm getting this error (I've changed actual credentials with ---):

git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags --set-upstream origin master:master
Pushing to https://[email protected]/---/---.git

Git LFS: (0 of 241 files) 0 B / 372.25 MB                                      

Post https://bitbucket.org/account/signin/?next=/account/signin/%3Fnext%3D/account/signin/%253Fnext%253D/---/---.git/info/lfs/objects/batch: stopped after 3 redirects
Post https://bitbucket.org/account/signin/?next=/account/signin/%3Fnext%3D/account/signin/%253Fnext%253D/---/---.git/info/lfs/objects/batch: stopped after 3 redirects
Post https://bitbucket.org/account/signin/?next=/account/signin/%3Fnext%3D/account/signin/%253Fnext%253D/---/---.git/info/lfs/objects/batch: stopped after 3 redirects

error: failed to push some refs to 'https://[email protected]/---/---.git'

Completed with errors, see above.

I don't know what's wrong. Can you advice me how to solve this error?

like image 585
kelheor Avatar asked Oct 31 '22 07:10

kelheor


1 Answers

Thanks for comments. It seems that Bitbucket really doesn't provide LFS as a service, so I'm going to try GitLab.

like image 55
kelheor Avatar answered Nov 09 '22 05:11

kelheor