Project

General

Profile

Actions

GitDebugging » History » Revision 2

« Previous | Revision 2/3 (diff) | Next »
Andreas Kohlbecker, 05/22/2017 09:00 AM


Git Debugging

see also #6383

debugging ssh connectivity problems

The following stack overflow discussions cover means of debugging ssh connectivity problems:

There are various https://git-scm.com/book/en/v2/Git-Internals-Environment-Variables#Debugging, using the following should be sufficient for the most situations:

export GIT_SSH_COMMAND="ssh -v"
export GIT_TRACE=2
export GIT_TRACE_PACKET=true

For using GIT_SSH_COMMAND under windows sees http://stackoverflow.com/questions/31475646/using-git-ssh-command-in-git-for-windows

Updated by Andreas Kohlbecker almost 7 years ago · 2 revisions