Skip to content

Pull/Push blocked with Git 1.9.4 and GitPython 3.1.18 #1613

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
simjan opened this issue Jul 13, 2023 · 1 comment
Closed

Pull/Push blocked with Git 1.9.4 and GitPython 3.1.18 #1613

simjan opened this issue Jul 13, 2023 · 1 comment

Comments

@simjan
Copy link

simjan commented Jul 13, 2023

Hi developpers,

I just solved an issue with GitPython by upgrading git from 1.9.4 to 2.24.1 (working with GitPyhton 3.1.18 on W10)

The problem was a blocking of the process in the stderr processing (git/cmd.py line 102)

I suppose the old git version print in stdout and not in stderr as the new one does, but not sure...

I don't wait a fix or something else, it's just to notify a possible problem with a supported version of Git (which has to be > 1.7.x)

@Byron
Copy link
Member

Byron commented Jul 13, 2023

Thanks a lot for reporting, I hope onlookers will find this information useful.

@Byron Byron closed this as not planned Won't fix, can't repro, duplicate, stale Jul 13, 2023
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