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
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.