Submitted by albert.gasset on Wed, 11/12/2008 - 03:11.
Git prints this error when I try to clone the repository:
$ git clone git://git.mahara.org/mahara.git
Initialized empty Git repository in /home/albert/mahara/.git/
fatal: The remote end hung up unexpectedly
Any idea?

The command is: git cloe
The command is:
git clone git://git.mahara.org/git/mahara.git
Note the extra /git.
Did you see the incorrect instructions for cloning somewhere? If so we should get them fixed.
Yes, these instructions are
Yes, these instructions are from http://www.mahara.org/wiki/En/Sysadmin_Guide/Installing_Mahara
Thank you.