sascha-wolf / sublime-GitConflictResolver

A little plugin to help you resolving this nasty conflicts.
MIT License
44 stars 6 forks source link

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

Open jfultz opened 8 years ago

jfultz commented 8 years ago

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