On Wed, Oct 28, 2009 at 12:10 PM, Peter Odéus <peter.odeus@xxxxxxxxx> wrote: > Anyway. Behind these corporate walls, the proxy is a reality to deal with, so > hopefully someone else can bring us closer to a solutiuon. I was just looking at the source and it seems all the curl-related stuff is isolated in git/http.c, and is pretty easy to understand. Since I have no way to reproduce your problem, I won't attempt to look into it myself. But if you look for "proxy" (and especially CURLOPT_PROXY) in that file, you might find something. Specifically, I would suggest resetting the CURLOPT_PROXY setting before each URL request (eg. in new_http_object_request). Hope this helps. Avery -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html