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.
emote: Repository is over the size limit (4 GB) and will not accept further additions.
remote:
remote: Learn how to reduce your repository size: https://support.atlassian.com/bitbucket-cloud/docs/reduce-repository-size/#Rewind-history-to-undo-large-commits.
To https://bitbucket.org/*/*.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://*@bitbucket.org/*/*.git'
I can not push due to reaching the sit limit of the repo.
there same info about repository from my machine.
```
$ git count-objects -vH
count: 325
size: 436.91 MiB
in-pack: 134094
packs: 18
size-pack: 115.64 MiB
prune-packable: 0
garbage: 0
size-garbage: 0 bytes
```
```
$ du -h {folder}
...
...
671M {folder}
```
Welcome @Idris AIT MOULAY
I'm going to see if I can get the attention from someone at Atlassian.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
G'day @Idris AIT MOULAY !
I have just executed a gc against the affected repository, this has reduced the repo size from 4.0GB to 65.1MB.
We want to inform you that we do have a Feature request to provide the option to run the GC from the end-user GUI. This way you need not raise a support ticket and wait for the support person to run the GC on your behalf.
Our Dev team is currently working on implementing the feature request and we don't have any ETA for the fix. I would suggest you "Watch" this ticket for future updates from our Dev team:
https://jira.atlassian.com/browse/BCLOUD-11593
NOTE: You and your colleagues will need to perform a fresh clone of the repository, this is to prevent accidentally pushing back old refs which can inflate the repo size again.
Cheers!
- Ben (Bitbucket Cloud Support)
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.