Hey,
in a project we have a Patcher System which creats builds, patches etc.
For better use I decided to zip the builds, patches etc. These zip files are 2-5 gig in size and will get bigger in the future.
I created commits and uploaded with no real issues. Sometimes I have to push again but in total it uploaded the commit with the bigger files.
Last week I was not able to upload those commits anymore. After some seconds (ca. 30) the upload stops with EOF error. I tried on different days and times (because e.g. friday afternoon the server seem to be very busy) but I'm not able to push such large commits anymore .
I'm using SourceTree and we have a paid workspace with lfs and the zip is in the .gitattributes.
Has something changed? So that you can only upload till a specific commit/file size?
The SourceTree Error message is following:
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks -c lfs.customtransfer.bitbucket-media-api.path=git-lfs-bitbucket-media-api push -v --tags origin master:master
Pushing to bitbucket.org:WORKSPACENAME/REPOSITORYNAME.git
Uploading LFS objects: 50% (1/2), 2.3 GB | 132 MB/s, done.
EOF
error: failed to push some refs to 'bitbucket.org:WORKSPACENAME/REPOSITORYNAME.git'
Completed with errors, see above.
Thanks for help in advance.
Cheers
Dans
As a short note:
I have seen the post "Git push size limits are coming...." Git-push-size-limits-are-coming-to-Bitbucket-Cloud-starting
But it should not prevent me from uploading via LFS. Also tried the 'git count-objects -vH' command, this is the result:
$ git count-objects -vH
count: 691
size: 3.09 MiB
in-pack: 9
packs: 1
size-pack: 5.24 KiB
prune-packable: 0
garbage: 0
size-garbage: 0 bytes
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.