|
||||||||
|
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 |
||||||||
- [JIRA] (JENKINS-15377) Failed to Connect to... [email protected] (JIRA)
- [JIRA] (JENKINS-15377) Failed to Conne... [email protected] (JIRA)
- [JIRA] (JENKINS-15377) Failed to Conne... [email protected] (JIRA)
- [JIRA] (JENKINS-15377) Failed to Conne... [email protected] (JIRA)

hi, Mitchell
i had the same problem, it looks like it because of i'm behind the company firewall
my workaround is to set the proxy for git at 'system' level (so that the 'jenkins' can read the config as well):
git config --system http.proxy "http://your_proxy_host:port"
git config --system https.proxy "http://your_proxy_host:port"
git config --system git config --system http.sslverify false
HTH