Hi, I'm facing an issue pushing to Bitbucket Cloud.
My repository recently crossed the 1 GB limit, mainly due to the Pods/
directory from CocoaPods. Bitbucket now blocks all pushes with the error:
This workspace is over the 1 GB size limit. Reduce the size of your workspace or upgrade to a Standard or Premium plan.
Removed Pods/
from the repo.
Added it to .gitignore
.
Used git filter-repo
to delete Pods/
history:
git filter-repo --path Pods/ --invert-paths
Confirmed current size via:
git count-objects -vH
→ Shows repo is now ~25MB
Ran:
git push --force --all origin git push --force --tags origin
remote: This workspace is over the 1 GB size limit... remote: pre-receive hook declined
G'day, @Dhaval Vora
Welcome to the community!
I notice that your workspace is now under the 1 GB limit, so please tell me if you are still unable to push because of this restriction.
Regards,
Syahrul
That's because I've transferred repo to GitHub
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.