Assume that somewhere in the web exists public git repository. I want to clone it but firstly i need to be sure what is size of it (how much objects & kbytes like in git count-objects)
Is there a way to do it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
One little kludge you could use would be the following:
git fetchdisplays feedback along these lines:The steps on the remote end generally happen pretty fast; it’s the receiving step that can be time-consuming. It doesn’t actually show the total size, but you can certainly watch it for a second, and if you see “1% … 23.75 GiB” you know you’re in trouble, and you can cancel it.