[REDACTED]
Please run GC on the above repo
G'day!
Welcome to the Bitbucket Cloud community!
I've executed a gc against that repository, but it has not reduced the size. It's likely you still have large files present in your repository that will either need to be converted to GIT LFS or removed from your repository.
Please execute the below command to view those larger files and then follow the documentation below to reduce the size of your repository:
git rev-list --objects --all \
| git cat-file --batch-check='%(objecttype) %(objectname) %(objectsize) %(rest)' \
| awk '/^blob/ {print substr($0,6)}' \
| sort -r --numeric-sort --key=2 \
| numfmt --field=2 --to=iec-i --suffix=B --padding=7 --round=nearest
Let me know if any issues.
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.