Hi, I'm a bit confused with using remote repositories.
I've got a local repository set up. I'm now trying to clone it onto a network drive. So locally, I've done: cd ~/projects I've then tried: git clone --bare ./cal2 ssh://<ip address>/volume1/depot/cal2.git However, all this does is create a new folder in ./cal2 called ssh: and then creates directories beneath it. That's not what I want. What am I doing wrong... Cheers, N. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
