Getting Windows git client to work with a proxy server

If you are behind a proxy you need to edit the .gitconfig file which 
should be in your user home directory
(for example, mine is at C:\Users\JNURTHEN\.gitconfig )

I added the following to my file (obviously replacing the content with 
the real server name and port.

[http]
proxy = http://myproxyserver.domain.com:portnumber

[https]
proxy = http://myproxyserver.domain.com:portnumber


-- 
Regards, James

Oracle <http://www.oracle.com>
James Nurthen | Principal Engineer, Accessibility
Phone: +1 650 506 6781 <tel:+1%20650%20506%206781> | Mobile: +1 415 987 
1918 <tel:+1%20415%20987%201918> | Video: james.nurthen@oracle.com 
<sip:james.nurthen@oracle.com>
Oracle Corporate Architecture
500 Oracle Parkway | Redwood Cty, CA 94065
Green Oracle <http://www.oracle.com/commitment> Oracle is committed to 
developing practices and products that help protect the environment

Received on Tuesday, 14 April 2015 16:52:45 UTC