Tay Ray Chuan [off-list ref] writes:
On Wed, May 18, 2011 at 7:08 AM, Ævar Arnfjörð Bjarmason
[off-list ref] wrote:
quoted
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?
Run the process with GIT_CURL_VERBOSE=1. There's also another option
to debug communication between transport helpers but I forget what it
is.
GIT_TRACE_PACKET