nick tan commented on Bug JENKINS-15377

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

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

Reply via email to