Re: [Rails] git clone locally

2010-01-19 Thread Rick DeNatale
On Tue, Jan 19, 2010 at 1:38 AM, Easebus wrote: > Thanks all.  I found out that I needed to use sudo before git in order for > the -local option to work in my case. > > BTW, what is the most active git support group?  I looked on Google group > but couldn't find one.  Thanks much. There IS a git

Re: [Rails] git clone locally

2010-01-19 Thread Colin Law
2010/1/19 Easebus : > Thanks all.  I found out that I needed to use sudo before git in order for > the -local option to work in my case. You should not need to use --local or sudo, just git clone path/to/filename.git Colin -- You received this message because you are subscribed to the Google Gr

RE: [Rails] git clone locally

2010-01-18 Thread Easebus
s.com [mailto:rubyonrails-t...@googlegroups.com] On Behalf Of Curtis Cooley Sent: Monday, January 18, 2010 6:47 PM To: rubyonrails-talk@googlegroups.com Subject: Re: [Rails] git clone locally On Mon, Jan 18, 2010 at 4:08 PM, Vincent P wrote: > Hi, > > I follow the instructions below t

Re: [Rails] git clone locally

2010-01-18 Thread Curtis Cooley
On Mon, Jan 18, 2010 at 4:08 PM, Vincent P wrote: > Hi, > > 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

[Rails] git clone locally

2010-01-18 Thread Vincent P
Hi, 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 a