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.
hello
I had several big files and had many many revisions of those files checked in. I guess that led to the Repository is over the size limit (4 GB) and will not accept further additions warning.
I've deleted all big files in local and when I tried to push, I am getting a warning
remote: Repository is over the size limit (4 GB) and will not accept further additions. again.
any idea?
Hi @Optiontrading_app and welcome to the community.
I ran a git gc for your repo that was over the 4 GB limit, its size is 28.6 MB now.
Does this agree with the size of your local repo, if you run git count-objects -Hv ?
We have a feature request to allow users to run a git gc for their remote repos:
I would suggest adding your vote to the feature request (by selecting the Vote for this issue link) if you'd be interested in that feature. You can also add yourself as a watcher (by selecting the Start watching this issue link) if you'd like to get notified via email on updates.
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 are very welcome! 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.
Welcome to the Community!!
You will need to reduce the size of the repository in order to continue working with that,
Please follow the guide here
https://support.atlassian.com/bitbucket-cloud/docs/reduce-repository-size
You may need to consider removing binary files or tracking them via LFS!!
Thanks,
Pramodh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i I've already reduced the size of the repository. I deleted the files in my local branch. I am trying to push the deletion to bitbucket but I can't do so because I am over 4gb right now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You will need to raise the Atlassian Support ticket in order to get assistance on this one!!
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.