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 noticed you were using http:// the first time...  
Thats the only thing I can think of.

Tim Upthegrove
Georgia Institute of Technology
College of Computing
(406)-437-1493

----- Original Message -----
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% (3410/3410), 2.30 MiB | 463 KiB/s, done.
Resolving deltas: 100% (2296/2296), done.

Regards
KK

On 11 November 2010 16:25, Derek Cormier<derek.corm...@lab.ntt.co.jp>
wrote:
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:
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 empty Git repository in
/home/derek/VirtualBoxShared/Switch/Code/noxcore/.git/
fatal: http://noxrepo.org/noxcore/info/refs not found: did you run
git
update-server-info on the server?

Does anyone know how to fix this?

Thanks,
--Derek


_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org




_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org




_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

Reply via email to