I've set up a git
user on a Mac OSX 10.7 system. In the git user's root, I've created a repositories
folder and initialized a bare git repo named test
.
So far so good. Now, I clone the repo from a PC on the same network as the Mac with
git clone git@mac:repositories/test.git
This succeeds. I can then, push and pull from this repo. All looks good.
But, when trying to do the same thing with Atlassian SourceTree - a GUI git client - this fails:
This is not a valid source path / URL
Anyone an idea what I might be doing wrong?