Hello! You are looking at an archived forum discussion from the old mahara.org website. You cannot reply to this topic, but if you wish to discuss it, you can sign up to mahara.org and ask about this in the new forums.

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.