This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 5 years ago.
I m trying to connect and fetching source from a SSH server with using PuTTY, PLINK and git from command line. When connecting with PuTTY or Git Extension/TortoiseGit/etc. There is no trouble. I can login or fetch/upload files.
Set variables and Executed plink
GIT_SSH={somePath}plink.exe
plink -i key.ppk -ssh ssh://user@server:port
and getting following error:
FATAL ERROR : Network error: Connection Refused