This is the Windows version of How can I run git push/pull commands with SSH verbose mode?
There are times where you just need to debug git's usage of SSH.
OpenSSH has a -v
flag for verbose output, but how do you get git to use it?
How can I run git commands on Windows with SSH verbose mode?
If your PATH is correctly set:
You need:
Then
You can force git to provide verbose ssh output with the "GIT_SSH_COMMAND" environment variable.
For example, to get verbose output from OpenSSH-For-Windows for a
git clone
command, just open a command prompt and enterNote the location of the quotation marks.