On Wed, Jul 9, 2008 at 10:01 AM, Michael J Gruber <michaeljgruber+gmane@xxxxxxxxxxx> wrote: > I want to put a git repo on a server where I have ssh access but failed to > compile git (AIX 5.1, has libz.a but no .so nor headers; compiling > prerequisite zlib failed, probably due to a botched build environment). > > As far as I can see my only option for a private repo is using rsync over > ssh. Have you tried sshfs? It allows you to mount an ssh-accessible file system onto your local file system. This might make it possible to use your local git to access the remote account. Not sure of the implications for data integrity... Steve -- 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