2008/9/21 John Freeman <jfreeman@xxxxxxxxxxx>: > - The repository is bare, under Bob's home directory on a remote Sun system. > - Bob has set the group permissions for the repo directory to repogroup. > - I have an account on the remote system that is in repogroup. > > I am trying to clone the repo on my home machine, using > >> git clone ssh://john@xxxxxxxxxxxxxxxxx/home/bob/path/to/repo > > It fails with > > remote: fatal: Could not get the current working directory Do these work: $ ssh john@xxxxxxxxxxxxxxxxx ls -R /home/bob/path/to/repo $ ssh john@xxxxxxxxxxxxxxxxx 'cd /home/bob/path/to/repo && pwd' ? -- 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