Skip to content

Simple RemoteProgress example ? #425

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
stuaxo opened this issue May 6, 2016 · 1 comment
Closed

Simple RemoteProgress example ? #425

stuaxo opened this issue May 6, 2016 · 1 comment
Assignees

Comments

@stuaxo
Copy link

stuaxo commented May 6, 2016

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.

@Byron Byron self-assigned this May 19, 2016
@Byron
Copy link
Member

Byron commented May 19, 2016

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.

@Byron Byron closed this as completed May 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants