Hi @nunomira ,I have attempted to reduce the size of your largest repositories by executing a garbage collection, but it has not reduced the size much (likely because you are storing large binary files), and your workspace is still 1.2GB:
324.8MB > 324.2MB
212.5MB > 210MB
152.8MB > 152.8MB
112.0MB > 111.5MB
You have a couple of options to resolve this:
Option 1 - Delete & recreate the repositories
This is the fastest way to solve the problem, but loses metadata such as PRs, Pipelines, Permissions, etc.
HTTPS
git push --mirror https://<username>@bitbucket.org/<WorkspaceID>/<RepoName>.git
SSH
git push --mirror git@bitbucket.org:<WorkspaceID>/<RepoName>.git
NOTE: This will remove metadata such as PR's/pipelines/permissions etc but will keep your commit history and binary files intact.
Option 2 - Temporarily upgrade
Please let me know how this goes.
Cheers!
- Ben (Bitbucket Cloud Support)
Hi @Ben ,
Thank you so much for your help!
The strange thing is that it tells me that I have 648 MB remaining now.
This is because I had deleted a repository.
But even after this, I wasn't able to perform a push.
And the problem persists... I get an error regarding taking space over 1GB.
Can you help me?
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @nunomira
Welcome to the community!
Community members don’t have access to run GC on your repo. Please see Ben’s (Atlassian Team) response in this thread—I believe it will be helpful in your case.
If you still need additional support , I will request assistance from the Atlassian Support team.
Regards,
Rishabh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.