Hi,
I am setting up my local git project for a remote repository. The remote repository got a non-standard port(4019).
But it doesn't work, I get the following error message:
ssh: connect to host git.host.de:4019 port 22: Connection refused
fatal: The remote end hung up unexpectedly
error: failed to push to 'ssh://[email protected]:4019/var/cache/git/project.git'
My local git config is: http://pastie.org/652605
Port and Host are dummy values;-)
Does anybody know what is wrong with my git configuration?
Best regards and thanks!