Re: git config credential.helper with absolute path on windows not working properly
From: bcampolo <hidden> Date: 2017-09-26 14:58:47
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 backslashes.
--
Sent from: http://git.661346.n2.nabble.com/