falla en conexión a gitorious

Si falla la conexión por el puerto 22 tienen que hacer la siguiente configuración

ssh: connect to host gitorious.org port 22: Connection refused
fatal: The remote end hung up unexpectedly
There is a solution:

Remove known_hosts file in the chroot in ~/.ssh

And add this to your ~/.ssh/config:

Host gitorious.org
Hostname ssh.gitorious.org
Port 443

Tomado de
http://groups.google.com/group/chakra-devel/browse_thread/thread/520c876...

Etiquetas: