mrdekk / coral-repo

Automatically exported from code.google.com/p/coral-repo
0 stars 0 forks source link

git clone issue #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. git clone https://code.google.com/p/coral-repo/ 
Initialized empty Git repository in /home/maxd/rm/remove/coral-repo/.git/
fatal: https://code.google.com/p/coral-repo//info/refs not found: did you run 
git update-server-info on the server?

2.git clone http://code.google.com/p/coral-repo/ 
Initialized empty Git repository in /home/maxd/rm/remove/coral-repo/.git/
fatal: http://code.google.com/p/coral-repo//info/refs not found: did you run 
git update-server-info on the server?

3.git clone git://code.google.com/p/coral-repo/ 
Initialized empty Git repository in /home/maxd/rm/remove/coral-repo/.git/
code.google.com[0: 74.125.79.138]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)

as you can see - clone is broken

Original issue reported on code.google.com by maxim.d33 on 26 Jan 2012 at 8:04

GoogleCodeExporter commented 9 years ago
please ignore this one - weird git version issue , 1.6 -> 1.7 git version 
switch helps...

Original comment by maxim.d33 on 26 Jan 2012 at 10:36

GoogleCodeExporter commented 9 years ago

Original comment by dorian.f...@gmail.com on 27 Jan 2012 at 12:08