On Mon, Jan 18, 2010 at 4:04 PM, Vincent P <[email protected]> wrote:

> I follow the instructions below to set up a git repository with
> gitosis on my home ubuntu server.  I can connect to the repository
> remotely perfectly and set up a new repository named My_Project.  I
> successfully push the content of My_Project to this repository using
> the remote computer with an SSH key.  Now I want to clone My_Project
> locally onto another directory within the unbuntu server.  How can I
> do this?  The instructions are only to clone remotely.  It appears
> that the clone command allows an "local" option but I haven't been
> able to get it to work.
>
> http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way

$ git clone file:///path/to/git/repo.git

-- 
Chris Wanstrath
http://github.com/defunkt
-- 
You received this message because you are subscribed to the Google Groups 
"GitHub" 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/github?hl=en.


Reply via email to