[git-users] Behind Proxy and Getting HTTP code = 417

2010-10-06 Thread James Fang
our company provide internet access for us using proxy, but after configured http.proxy, i am keeping get HTTP code 417 After a little google, i guess it's because the libcurl that git use sent the "Expect: 100-continue" header, which the proxy(i guess a Squid) does not understand and reply with 4

[git-users] Re: Behind Proxy and Getting HTTP code = 417

2010-10-06 Thread James Fang
maybe some script sit between git and the proxy, just strip off all the "Expect" header? is there such kind of utility program out of box? Thanks, On Oct 7, 12:22 am, James Fang wrote: > our company provide internet access for us using proxy, > but after configured http.proxy,