Last active
September 15, 2021 18:21
-
-
Save dkirkby/07f7ed291788093e66224f4db33297e1 to your computer and use it in GitHub Desktop.
Debug github ssh connection problems
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://docs.github.com/en/github/authenticating-to-github/troubleshooting-ssh | |
# https://selleo.com/til/posts/m8eirl36cu-debugging-git-pushssh-hanging | |
% cat ~/bin/sshverbose.sh | |
#!/bin/bash | |
ssh -vvv "$@" | |
% GIT_SSH=~/bin/sshverbose.sh git pull |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment