troubleshooting

git debug options

[!TIP]

OPTION
DESCRIPTION

GIT_TRACE

Enable general trace messages

GIT_CURL_VERBOSE

DEPRECATED: Print HTTP headers (similar to curl -v)

GIT_TRACE_CURL

Print HTTP headers (similar to curl -v)

GIT_TRACE_CURL_NO_DATA

-

GIT_SSH_COMMAND="ssh -vvv"

Print SSH debug messages (similar to ssh -vvv)

GIT_TRACE_PACK_ACCESS

Enable trace messages for all accesses to any packs

GIT_TRACE_PACKET

Enable trace messages for all packets coming in or out of a given program

GIT_TRACE_PACKFILE

Enable tracing of packfiles sent or received by a given program

GIT_TRACE_PERFORMANCE

Enable performance related trace messages

GIT_TRACE_SETUP

Enable trace messages printing the .git, working tree and current working directory after Git has completed its setup phase

GIT_TRACE_SHALLOW

Enable trace messages that can help debugging fetching/cloning of shallow repositories

Linux

  • or

  • or

example

  • GIT_TRACE_PACK_ACCESS

  • GIT_TRACE_PACKET

  • GIT_TRACE_PERFORMANCE

  • GIT_TRACE_SETUP

windows

plugins/components

diff-highlight: command not found

  • ubuntu

  • centos/rhel

  • arch

error: RPC failed

[!TIP] error: RPC failed; curl 92 LibreSSL SSL_read: error:02FFF03C:system library:func(4095):Operation timed out

references:

installation

Ubuntu

no refs in common and none specified; doing nothing.

  • error

  • solution: git push -u origin master

CentOS

/bin/sh: cc

  • error:

  • solution:

openssl/ssl.h

  • error:

  • solution:

expat.h

  • error:

  • solution:

asciidoc

  • error:

  • solution:

docbook2x-texi

  • error:

  • solution:

xmlto

  • error:

  • solution:

gnu/stubs-64.h

  • error:

  • solution:

git diff extreamly slow

[!NOTE|label:references:]

way to debug

[!NOTE|label:references:]

solution

[!WARN|label:not been fixed yet]

Last updated

Was this helpful?