Our repository has reached 2gb and we are not able to push anything now. From other post, we saw Atlassian Team can run git gc to reduce repository size. Can you please do it to our repository?
https://community.atlassian.com/t5/Bitbucket-questions/2GB-gt-Repository-not-letting-me-push/qaq-p/778156
Hi @Toyanç Şayan, welcome to the Community!
I've checked your Bitbucket account but I couldn't find any repos on it, were you referring to another account?
Also, keep in mind that first you'll need to reduce the size of your local repo following the steps at Reduce repository size. After that, you can run this command to see what's the size of your repo and show us the output:
git count-objects -Hv
Then, an automatic gc will be run on your remote. If after a while it doesn't happen, then we'll be able to manually run the git gc for you.
Let us know!
Ana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.