On Tue, Oct 27, 2009 at 6:18 AM, Peter Odéus <peter.odeus@xxxxxxxxx> wrote: > Doing a "git clone..." using authenticated proxy (set in $http_proxy): > > Upon initial success (HTTP 200) and receiving a single HTTP 404 (not > found), every GET after that renders a HTTP 407 (Proxy authentication > required). > > curl -I "url_giving_http_407" comes out just fine as a HTTP 200. The easiest way to track this down is to log it using ethereal, and compare the http session dumps. There may be differences in headers or something that git is providing vs. the command-line curl. If you don't know how to analyze http dumps, then just log them to a file using tcpdump's -w option and email them to me, and I'll take a look. (I probably won't fix the bug in git, but I can at least tell you what/if the bug is :)) Please don't send the binary dumpfiles to the mailing list, though. Have fun, 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