From c1411896d670f95581663bf52bcf6dac3494e982 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Fri, 23 Mar 2018 13:08:35 +0100 Subject: [PATCH] docs: add more debugging information --- docs/other-technical-links.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/other-technical-links.md b/docs/other-technical-links.md index 5c6421297..d000851fa 100644 --- a/docs/other-technical-links.md +++ b/docs/other-technical-links.md @@ -33,4 +33,5 @@ $env:GIT_TRACE=1 git config --global http.proxy %HTTP_PROXY% git config --global --unset http.proxy git config --global http.sslVerify false +GIT_TRACE=2 GIT_CURL_VERBOSE=2 GIT_TRACE_PERFORMANCE=2 GIT_TRACE_PACK_ACCESS=2 GIT_TRACE_PACKET=2 GIT_TRACE_PACKFILE=2 GIT_TRACE_SETUP=2 GIT_TRACE_SHALLOW=2 ```