|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

The git syntax to remove the credentials is incorrect. It should be:
git config --local --unset credential.helper
However, in my case, the finally block with the incorrect command was just masking the true error. With emanuelez's fix in place I now get the same error as the first stack trace i.e.:
stdout:
stderr: error: unknown option `store=C:WindowsTEMPgit5425335305109688552.credentials'
usage: git credential-store [options] <action>
--file <path> fetch and store credentials in <path>
I think the correct syntax should be 'file=C:\Windows\TEMP\git5425335305109688552.credentials' instead. Fixing all of that doesn't help me though as the credentials file is missing the password!