I am getting the 1 GB warning: Your workspace has exceeded the 1 GB limit and has been placed in read-only mode. Learn more about upgrading your plan and checking storage usage.
My main repository is showing as 1.8 GB in BitBucket, whereas locally I see the following:
git count-objects -vH
count: 0
size: 0 bytes
in-pack: 17051
packs: 1
size-pack: 348.15 MiB
prune-packable: 0
garbage: 0
size-garbage: 0 bytes
Can maybe the team run garbage collection on the BitBucket side?
Hi @jmgomezpoveda and welcome to the community!
I ran a git gc on the 1.8 GB repository, and its size has been reduced. The total workspace storage is now below 1 GB and you should be able to push to your repos.
Can you see the updated size on your end?
Kind regards,
Theodora
That worked beautifully. Thanks a lot!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.