From: Waylan L. <wa...@gm...> - 2008-04-28 03:40:43
|
On Sun, Apr 27, 2008 at 3:14 AM, Yuri Takhteyev <qar...@gm...> wrote: > I converted the source repository to git and moved it to > gitorious.org: http://gitorious.org/projects/python-markdown > Cool! But, I can't seem to be able to get it. I've tried both git//: and http//: schemes: waylan@desktop:~/code$ git clone git://gitorius.org/python-markdown Initialized empty Git repository in /home/waylan/code/python-markdown/.git/ fatal: unable to connect a socket (Connection timed out) fetch-pack from 'git://gitorius.org/python-markdown' failed. waylan@desktop:~/code$ git clone http://git.gitorius.org/python-markdown Initialized empty Git repository in /home/waylan/code/python-markdown/.git/ Cannot get remote repository information. Perhaps git-update-server-info needs to be run there? -- ---- Waylan Limberg wa...@gm... |