You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AFAICT from the docs, I can use a Progress object to get output during clone etc... but can't see a simple example of doing that, is it possible ?
I'm trying to work out why things lock up when I do Repo.clone_from ... it's may be related to my key issue in the other ticket, but I have no idea right now.
The text was updated successfully, but these errors were encountered:
The lock-up could be related to a known issue occurring when one of the git-process channels, usually stderr, is full and is not processed by git-python. In any case, please be sure to use the latest version a few fixes have been applied in the meanwhile to alleviate that particular issue.
To answer this question, I may refer to the gitpython tutorial - just search for 'progress' there to get an example for how to use the RemoteProgress type.
AFAICT from the docs, I can use a Progress object to get output during clone etc... but can't see a simple example of doing that, is it possible ?
I'm trying to work out why things lock up when I do Repo.clone_from ... it's may be related to my key issue in the other ticket, but I have no idea right now.
The text was updated successfully, but these errors were encountered: