Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
git clone throws the error message "fatal: unable to fork"
The reason is due to missing SSH.
The solution is simply to install openssh-client.
sudo apt-get install openssh