Hi, Is it possible with git to push to a server on which git is not installed, and if so, how? >From the man page of git, sftp doesn't seem supported, and ssh:// complains about git-receive-pack not being installed on the server. The man page documents a rsync:// protocol, but $ git push rsync://some.location.com/ fatal: I don't handle protocol 'rsync' $ What am I missing? Thanks, -- Matthieu - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html