sublime-GitConflictResolver icon indicating copy to clipboard operation
sublime-GitConflictResolver copied to clipboard

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

Open jfultz opened this issue 9 years ago • 0 comments

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

jfultz avatar Dec 18 '15 01:12 jfultz