Please run GC on our repo (inside)

theflywheelgroup
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 24, 2024

[REDACTED]

Please run GC on the above repo

1 answer

0 votes
Ben
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 25, 2024

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)

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events