Project

General

Profile

Actions

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 Müller almost 2 years ago · 3 revisions