I only have one Repositories with 987MB and it said This workspace is over the 1 GB size limit.
I have followed the instructions in https://support.atlassian.com/bitbucket-cloud/docs/maintain-a-git-repository/ and delete all the files from git_find_big.sh by git filter-branch --index-filter 'git rm --cached --ignore-unmatch filename' HEAD
After I run git push --all --force to push all the changes, however I got this output:
git push --all --forceEnumerating objects: 16213, done.
Counting objects: 100% (16188/16188), done.
Delta compression using up to 96 threads
Compressing objects: 100% (6301/6301), done.
Writing objects: 100% (16143/16143), 248.39 MiB | 37.00 KiB/s, done.
Total 16143 (delta 12059), reused 11009 (delta 9658), pack-reused 0
remote: Resolving deltas: 100% (12059/12059), completed with 11 local objects.
remote: This workspace is over the 1 GB size limit. Reduce the size of your workspace or upgrade to a Standard or Premium plan to increase the size limit.
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to
so I cannot get out of this loop, Anyone knows how to due with this.
Also what size will allow me to escape the read-only mode? Any assistance would be appreciated!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.