|
||||||||
|
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/d/optout.

Thanks Emil Styrke for detecting that unexpected dependency which msysgit has on a temporary directory path which does not include spaces. I've confirmed the same behavior. If I set TEMP=C:\has a space\tmp and have that in the environment when I run my windows slave, then this exact failure appears when cloning from an ssh git URL.
I'll consider what alternatives are available to at least inform the user from the git client plugin when such a problem happens. The work around is straightforward, but the messages in the failure do not give any hint that is the work around.