Re: git config credential.helper with absolute path on windows not working properly

2017-09-26 Thread bcampolo
My situation was a little different, but I was able to get this to work with some interesting escaping. helper = !"\"C:\\Path with spaces\\executable\"" --option1 value1 credential-helper $@ Notice the exclamation, quoted path of executable and extra escaped quotes inside of that, plus escaped ba

git config credential.helper with absolute path on windows not working properly

2015-10-05 Thread Valentin Stanciu
Hey guys, I recently found that specifying absolute paths for credential helper on windows does not work correctly if the path has spaces or non alphanumeric characters like parentheses. From what I gather it seems to do with how args are passed to subprocesses. example: git config credential.hel