Skip to content

Instantly share code, notes, and snippets.

@luthermonson
Created November 5, 2020 23:13
Show Gist options
  • Save luthermonson/da860d3fc1e3f06abfe56c45da13ded9 to your computer and use it in GitHub Desktop.
Save luthermonson/da860d3fc1e3f06abfe56c45da13ded9 to your computer and use it in GitHub Desktop.
Powershell Turn On GIT_TRACE
$Env:GIT_TRACE="true"
$Env:GIT_CURL_VERBOSE="true"
$Env:GIT_SSH_COMMAND="ssh -vvv"
$Env:GIT_TRACE_PACK_ACCESS="true"
$Env:GIT_TRACE_PACKET="true"
$Env:GIT_TRACE_PACKFILE="true"
$Env:GIT_TRACE_PERFORMANCE="true"
$Env:GIT_TRACE_SETUP="true"
$Env:GIT_TRACE_SHALLOW="true"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment