can't push huge git commit -


i have huge 11gb repo android sources. created repo "git init", 1 single commit "git commit --all ." can't push remote repo, when issue "git push -u origin --all" it's stuck executing "git pack-objects --all-progress-implied --revs --stdout --thin --delta-base-offset --progress" . speed of reading data 1mb/s iotop says. bitbucket refuses message "fatal: remote end hung unexpectedly" , nothing yet pushed git job locally. how disable packing , go further?

your repository way big bitbucket:

in order improve , maintain overall performance uses bitbucket, rolling out size limits on newly-created repositories. starting [may 30, 2014], repository size limits be:

  • soft limit of 1 gb – in-product , email notifications give heads-up you’re approaching limit.
  • hard limit of 2 gb – pushing repository disabled until you’re under limit.

Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -