Ho,
I have problems to push changes to the GIT:
remote: This workspace is over the 1 GB size limit. Reduce the size of your workspace or upgrade to a Standard or Premium plan to increase the size limit.
remote: remote: Upgrade to a Standard or Premium plan: https://support.atlassian.com/bitbucket-cloud/docs/manage-your-plan-and-billing/#Change-your-plan
remote: Or learn how to reduce your repository size: https://support.atlassian.com/bitbucket-cloud/docs/reduce-repository-size/#Rewind-history-to-undo-large-commits.
But when I check:
git count-objects -vH
count: 3003
size: 27.58 MiB
in-pack: 50609
packs: 10
size-pack: 116.67 MiB
prune-packable: 88
garbage: 0
size-garbage: 0 bytes
The size is be far less than 200MB. It seems their are thinks in the copy of the bitbucket, that was not deleted or unnecessary.
Their are no large files (I checked), I removed everything so far I can what is not needed. Not sure, what else I can do and how.
Any idea how to fix that, as I am far below the 1 GB threshold?
Frank
Hi @Frank Scheurel,
Earlier this year, we shared an update about the Free plan via a blog post and email. These changes include a limit on workspace size of 1 GB. You can find more details here - Important changes coming to Bitbucket Cloud’s free plan.
Your workspace currently contains numerous repositories, totaling 1.2 GB, which exceeds the 1 GB limit for free workspaces.
To resolve this issue, you have two options:
Option 1:
Option 2:
As long as the total size of all your repositories remains under 1 GB, you will be able to push changes again.
I hope this information is helpful.
- Phil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.