$ git pull
nc: getaddrinfo: nodename nor servname provided, or not known
ssh_exchange_identification: Connection closed by remote host
fatal: Could not read from remote repository.
origin git@github.com:blah/blah (fetch)
origin git@github.com:blah/blah (push)
...
sshCommand = ssh -o 'ProxyCommand=nc -X connect -x blah:80 %h %p'
...
Aha!
Possible solution: remove sshCommand line from .git/config unless you are ALWAYS connecting through the proxy server.
No comments:
Post a Comment