The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Dear Atlassian technical support team,
Please help us to support the issue below.
[Issue]
- Cause : Push high capacity resource files to remote repository.
- Symptom : Warning message is keep prompted in bitbucket website.
[Try]
We are trying to resolve the issue above with the procedure below.
(1) By using filter-branch git command, delete the commit history in our bitbucket remote repository.
(2) In addition, tidy up the commit history related to high capacity resource file with BFG cleaner.
As a result, remote repository is cleaned perfectly and when cloning the repository from local environment, capacity is normal status.
However, when checking the bitbucket website, capacity warning message is keep prompted.
If it is possible, Could you help us to clean gc in our remote repository ?
repository : <repo_name_removed>
If you have any questions, Please send me an email below.
Furthermore, Please give us an instruction after cleaning gc in remote repository.
email : <email_removed>
Thank you.
Best regards,
Trineedle co.
Hi @이현기,
I can see that a support ticket was created as well for this issue, and the engineer working on your ticket ran a git gc and the repo's size has been reduced.
If a repo's size goes over the size limit, the only thing that can be pushed is a git reset that undoes the last (bad) commit in Bitbucket. The user that will push this, should enable the Labs feature "Delete dangling commits when over size limit" on this page https://bitbucket.org/account/settings/features/ prior to pushing. You can read more details here.
This is useful when the repo's size goes over the limit because of a large commit that was accidentally pushed and you want to undo it.
If large files exist in several other commits and you want to rewrite history to reduce the repo's size, you will need to contact us so we can run a git gc on the Bitbucket repo after you push your changes.
Just a heads up, I removed your email and the repo name from your post to protect your privacy.
If you have any questions, please feel free to let me know.
Kind regards,
Theodora
Beginning on April 4th, we will be implementing push limits. This means that your push cannot be completed if it is over 3.5 GB. If you do attempt to complete a push that is over 3.5 GB, it will fail...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.