One of our repository breached the size limit due to merging a large chunk of commits from different repo. After bitbucket doesn't like that, it restricted new changes being pushed to the repo.
Hence performed the following to get things back to normal,
- Hard reset the entire set of comments - So the there will be only one branch with only one commit in it
- Force push the changes in the branch. That should practically nuked every files and changes in the repository
- I cloned the repository in a new folder and did the following ' git count-objects -Hv'
count: 0
size: 0 bytes
in-pack: 489
packs: 1
size-pack: 1.68 MiB
prune-packable: 0
garbage: 0
size-garbage: 0 bytes
Looks like its well within the size limit though I was not able to push any changes to the repository.
Bit-bucket size : 926.2 MB
Any idea or any other way to git rid of the issue