Re: [nox-dev] Cannot access repository

2010-11-12 Thread Alec Story
In general, getting http serving set up on git takes a small amount of extra effort (that update-server-info command, in fact). Maybe you could try accessing it through a proxy? On Thu, Nov 11, 2010 at 11:00 PM, Derek Cormier derek.corm...@lab.ntt.co.jp wrote: Yes, I used http. I cannot use

[nox-dev] Cannot access repository

2010-11-11 Thread Derek Cormier
Hello, Whenever I try to clone the repository using: git clone http://noxrepo.org/noxcore I get the following error: Initialized empty Git repository in /home/derek/VirtualBoxShared/Switch/Code/noxcore/.git/ fatal: http://noxrepo.org/noxcore/info/refs not found: did you run git

Re: [nox-dev] Cannot access repository

2010-11-11 Thread kk yap
You should try git://noxrepo.org/nox. Is there any reason you would want NOX 0.4, or the older version? Regards KK On 11 November 2010 00:19, Derek Cormier derek.corm...@lab.ntt.co.jp wrote: Hello, Whenever I try to clone the repository using: git clone http://noxrepo.org/noxcore I get

Re: [nox-dev] Cannot access repository

2010-11-11 Thread Upthegrove, Timothy A
Try git clone git://noxrepo.org/nox Tim Upthegrove Georgia Institute of Technology College of Computing (406)-437-1493 - Original Message - Hello, Whenever I try to clone the repository using: git clone http://noxrepo.org/noxcore I get the following error: Initialized

Re: [nox-dev] Cannot access repository

2010-11-11 Thread Derek Cormier
Hmm, the same thing happens with that address: Initialized empty Git repository in /home/derek/VirtualBoxShared/Switch/Code/nox/.git/ fatal: http://noxrepo.org/nox/info/refs not found: did you run git update-server-info on the server? On 11/12/2010 03:22 AM, Upthegrove, Timothy A wrote:

Re: [nox-dev] Cannot access repository

2010-11-11 Thread kk yap
I just tried. It works for me. ykk$ git clone git://noxrepo.org/nox Initialized empty Git repository in Downloads/nox/.git/ remote: Counting objects: 3410, done. remote: Compressing objects: 100% (2357/2357), done. remote: Total 3410 (delta 2296), reused 1770 (delta 1021) Receiving objects: 100%

Re: [nox-dev] Cannot access repository

2010-11-11 Thread Derek Cormier
Yes, I used http. I cannot use git behind my work's proxy... So I guess that's the problem. I assumed all git repositories work using http. On 11/12/2010 12:15 PM, Upthegrove, Timothy A wrote: This may be a dumb question, but did you use git:// instead of http:// in your second attempt? I