Hi and welcome to the community!
I can see in our system that your Bitbucket account has access to several free workspaces, and only one of them is over the 1 GB limit (this limit only applies to free workspaces).
I ran a git gc (garbage collection) on the two largest repos of this workspace and size of one of them has been reduced. As a result, the storage used by this workspace has been reduced, it is now less than 1 GB, and you should be able to write to the repos.
If you'd like to reduce the size of a repo further, you can do so with a tool like BFG:
Please keep in mind that committing file or folder deletions is NOT going to remove said files or folders from history. History in the repo needs to be rewritten so the files / folders are removed. BFG repo cleaner can do that. There is more info on the link I shared, and you can also check this answer of mine to a different question for additional info:
Please also keep in mind that if you rewrite history and push to Bitbucket, the repo will need another git gc for the old commits to get removed from the repo. You can leave a reply here and let me know (if you push a history rewrite), and I can run another git gc.
Please feel free to let me know if you have any questions!
Kind regards,
Theodora
The issue got resolved. Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's good to hear and you are very welcome. Please feel free to reach out if you ever need anything else!
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.