Hi @Raju Prasad,
I checked the repositories your Bitbucket Cloud account has access to, and I saw 3 repositories with a size over the 4 GB limit. I ran a git gc for all 3 repos, but their size remains unchanged.
Could you please let us know:
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Raju Prasad,
The size of your local repo seems to be smaller than the Bitbucket repo (although it is still large, and it would be good to reduce it for performance reasons.
I would suggest creating a ticket with Bitbucket Cloud support team to assist you further. Since you are a member of a workspace on a paid plan, you can create a support ticket via https://support.atlassian.com/contact/#/. In "What can we help you with?" select "Technical issues and bugs" and then Bitbucket Cloud as product.
Please provide in the ticket:
Kind regards,
Theodora
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.
Hi @Raju Prasad
Are there any big files on the repo ? to check if there are any large files and you want to remove them you can use bfg utlity, check out this link https://rtyley.github.io/bfg-repo-cleaner/
In case if you want to retain the large files you have to use git lfs. https://support.atlassian.com/bitbucket-cloud/docs/use-git-lfs-with-bitbucket/
But as a simple steps to start with you can run git gc on the repository to reduce the size.
Please check out this link here https://community.atlassian.com/t5/Bitbucket-questions/Repository-size-exceeds-limit-Unable-to-push-latest-code/qaq-p/1788868
Regards,
Vishwas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
git reflog expire --expire=now --all && git gc --prune=now --aggressive
Counting objects: 22729, done.
Delta compression using up to 4 threads.
error: pack-objects died of signal 976)
error: failed to run repack
Getting this error.
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.