Hello, I would like to request to run a GC on my repository (kuliha/odvoz-odpadu) after I have removed large files from my history.
Thank you for your assistance.
Branislav
Hello,
thank you for running GC. There is however still some discrepancy. In the repository downloads it says 607.8 MB, but when I download it I get a 14.5 MB zip, which is the expected repo size when I analyze it using git.
Is there something else I should run on my side to free the additional space from quota?
Thanks
Branislav
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @kuliha
Thanks for the update
Can you try doing a bare clone and check the clone size? You can use the following example:
git clone --mirror <URL>
Then run the following commands to check the clone size
git count-objects -vH
Please let me know the results.
Regards,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Brano@Brano-Webswing MINGW64 /d/temp/test clone
$ git clone --mirror git@bitbucket.org:kuliha/odvoz-odpadu.git
Cloning into bare repository 'odvoz-odpadu.git'...
remote: Enumerating objects: 5765, done.
remote: Counting objects: 100% (5765/5765), done.
remote: Compressing objects: 100% (1293/1293), done.
remote: Total 5765 (delta 3422), reused 5765 (delta 3422), pack-reused 0 (from 0)
Receiving objects: 100% (5765/5765), 14.65 MiB | 3.81 MiB/s, done.
Resolving deltas: 100% (3422/3422), done.
Brano@Brano-Webswing MINGW64 /d/temp/test clone/odvoz-odpadu.git (BARE:master)
$ git count-objects -vH
count: 0
size: 0 bytes
in-pack: 5765
packs: 1
size-pack: 14.81 MiB
prune-packable: 0
garbage: 0
size-garbage: 0 bytes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @kuliha
I've created a support ticket so we can continue with the investigation. Please check your email for an update or log in to our support portal at:
https://support.atlassian.com/requests
Regards,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @kuliha,
Welcome to Atlassian Community!
I have notified the support team that is on here, the will reach out to you within 2 business days to resolve this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.