Skip to content

Fix error invoking git which happens on all of my Windows systems. #13

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jfultz
Copy link

@jfultz jfultz commented Dec 18, 2015

Trying to invoke git always throws the following error to my
console:

OSError: [WinError 6] The handle is invalid

Populating stdin/stderr with subprocess.PIPE fixes the problem. I
think this is the following Python bug:

https://bugs.python.org/issue3905

Trying to invoke git always throws the following error to my
console:

OSError: [WinError 6] The handle is invalid

Populating stdin/stderr with subprocess.PIPE fixes the problem.  I
think this is the following Python bug:

https://bugs.python.org/issue3905
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant