How do I upload files in GIT that are more than 50MB in commit size?

Asked

Viewed 102 times

1

inserir a descrição da imagem aqui

inserir a descrição da imagem aqui

I’ve tried using Git Large File Storage but ended up not working.

  • I’m having to upload each . html separately, but many still exceed the total size of 1 commit at a time

  • Try git-Annex, it’s very efficient for grandres files, remembering that Github, the maximum file size is 100mb.

  • 1

    I was going to suggest git lfs. Why exactly didn’t it work?

  • 2

    Just out of curiosity, these html’s have 120MB why ?

  • These are 3D files of Blender converted to HTML, in which I used a framework (Blend4web) so that the user could interact with some 3D elements and redirect it to other HTML when clicking on them

  • @gmsantos By what I remember, 1st he gave a message that was exceeding the size limit (even using lfs) and soon after when trying to push again, it appeared that LFS was disabled for this repository

Show 1 more comment
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.