You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hey,
This repository was close from the 4GB limit (3.96GB).
I used BFG to remove most .ane .swc and .fla files from the history. Big lines:
- git clone --mirror https://XXXXXXXX:YYYYYYYY@bitbucket.org/workspace-id/repo.git
- java -jar bfg-1.14.0.jar --delete-files *.ane
- java -jar bfg-1.14.0.jar --delete-files *.swc
- java -jar bfg-1.14.0.jar --delete-files *.fla
- cd domination.git
- git reflog expire --expire=now
- git gc --prune=now --aggressive
- git push
While on a freshly cloned repo git count-objects -vH shows 135.12MiB, bitbucket shows 4.1GB
Following this question could anyone from the team run git gc on the repository, please ? Or did I messed up something during the cleanup ?
(I do upvote this feature request)
Best Regards,
Mathieu
Hi Mathieu and welcome to the community!
I ran a git gc for the repository; its size has been reduced very close to the size you're seeing locally, and you should be able to push new commits. Is everything ok on your end now?
Just a heads up, I removed the repo details from your post to comply with our privacy policy.
Kind regards,
Theodora
Hey Theodora,
Thanks a lot for your diligent feedback. Everything's fine now \o/
> I removed the repo details from your post to comply with our privacy policy.
Duly noted
Best Regards,
Mathieu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mathieu,
That's good to hear, thank you for the update.
Please feel free to reach out if you ever need anything else!
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.