I followed the instruction to seek & delete big files to reduce the repository using git_find_big.sh and BFG.
https://confluence.atlassian.com/bitbucket/maintaining-a-git-repository-321848291.html
https://rtyley.github.io/bfg-repo-cleaner/#usage
I am not allowed even with push --force because of the size limit.
The error is listed in here:
<repo name> (BARE:master) $ git push --all --force
Enumerating objects: 202119, done.
Counting objects: 100% (202119/202119), done.
Delta compression using up to 4 threads
Compressing objects: 100% (49919/49919), done.
Writing objects: 100% (202119/202119), 1.36 GiB | 2.15 MiB/s, done.
Total 202119 (delta 122234), reused 202119 (delta 122234)
remote: Resolving deltas: 100% (122234/122234), done.
remote: Repository is over the size limit (2 GB) and will not accept further additions.
remote:
remote: Learn how to reduce your repository size: https://confluence.atlassian.com/x/xgMvEw.
To bitbucket.org:finconsbari/vos_history.git
! [remote rejected] master -> master (pre-receive hook declined)
! [remote rejected] npm-fix-and-ruby-free -> npm-fix-and-ruby-free (pre-receive hook declined)
! [remote rejected] 0.3.0 -> 0.3.0 (pre-receive hook declined)
...
<more lines alike>
Would you please help?
Thanks a lot and regards