From Repository settings --->Retrive Size i see 1.27GB and when i pull the code and do du -sh i get another number which is correct. could you please help me and can you help me from where Retrive size is getting.
Hello @Srikanth Komanduru ,
and welcome to the community!
To compare the size of your local clone with Bitbucket you can use the following command instead :
git count-objects -vH
This will output the size pack, which is the compressed version of the repository that is stored by Git.
However, you may still see differences when comparing the local repo size with the remote size, and they are expected as Bitbucket also has to store additional metadata related to your repository.
If you see a big discrepancy in the size, there are some scenarios that can explain that:
I hope that this information helps. Let me know in case you have any questions.
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.