remote: 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: 0
size: 0 bytes
in-pack: 173220
packs: 1
size-pack: 95.57 MiB
prune-packable: 0
garbage: 0
size-garbage: 0 bytes
There no way to run git gc into my remote repository ?
G'day @Idris AIT MOULAY
I have triggered Git GC on the affected repository, and the size has been reduced to 130 MB after it is complete.
Hope this helps.
Regards,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.