Skip to content
\n

When I run it, I have well the progress from 0 to 100% of remote: Counting objects: and remote: Compressing objects: steps (which are super fast) but after that, nothing more : the terminal keep freezed until the end of the download.

\n

How to catch the progress of the download itself ?

\n

Thank you in advance!

","upvoteCount":1,"answerCount":2,"acceptedAnswer":{"@type":"Answer","text":"

From what I could gather in the docs this is essentially what needs to be done, and that should include local progress (indexing, resolving) along with remote progress.

\n

Maybe for some reason progress cannot be parsed, maybe override line_dropped(self, line) to learn about lines that couldn't be parsed.

\n

Nonetheless, I would also expect that to work in a more straightforward fashion, maybe we can figure that out here.

","upvoteCount":1,"url":"https://github.com/gitpython-developers/GitPython/discussions/1134#discussioncomment-408761"}}}

How to display the progress of the download (clone_from) ? #1134

Answered by Byron
qcha41 asked this question in Q&A
Discussion options

You must be logged in to vote

From what I could gather in the docs this is essentially what needs to be done, and that should include local progress (indexing, resolving) along with remote progress.

Maybe for some reason progress cannot be parsed, maybe override line_dropped(self, line) to learn about lines that couldn't be parsed.

Nonetheless, I would also expect that to work in a more straightforward fashion, maybe we can figure that out here.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Byron
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1059 on February 26, 2021 11:13.