Bitbucket - push repo con git lfs

Cuando intento insertar mis archivos en el repositorio de bitbucket (algunos de ellos rastreados por git LFS, el patrón es*.uasset), Recibo este error (he cambiado las credenciales reales con---):

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.

No se lo que está mal. ¿Me puede aconsejar cómo resolver este error?

Respuestas a la pregunta(2)

Su respuesta a la pregunta