On Mar 29, 2011, at 8:20 AM, Volker Lendecke wrote: > Hi! > > Being excited about the git repo, I had to try it: > > $ git clone git://git.OpenLDAP.org/module.git > Initialized empty Git repository in /data/vlendec/git/module/.git/ > fatal: The remote end hung up unexpectedly > $ > > Is it possible that something is not set up right yet?
you missed the line: where 'module' is replaced of the module strings names (e.g., 'openldap'). -- Kurt