On Wed, May 18, 2011 at 01:08:06AM +0200, Ãvar ArnfjÃrà Bjarmason wrote: > I''m trying to debug a problem where over a https proxy I have > "warning: remote HEAD refers to nonexistent ref, unable to checkout." > when doing git-clone. > > I suspect that it might be an overzealous security scanner sitting in > the middle. > > Is there some debugging mode for git-clone where it'll dump the > traffic being sent over the wire that I could use to confirm this? Others have mentioned ways to dump data from clone. But you can more or less see what's going on with "git ls-remote <remote>". The sha1 for "HEAD" will try to match with the sha1 for some other ref. If it doesn't, then we give up. -Peff -- 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