From: Jeff B. <its...@gm...> - 2008-04-28 04:15:27
|
Waylan Limberg wrote: > 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? > You need to specify a repository to pull from gitorious, which is called "mainline" for the default branch. >From http://gitorious.org/projects/python-markdown/repos/mainline: You can clone this repository with the following command: git clone git://gitorious.org/python-markdown/mainline.git |