I am trying to clone lttng by running the command
git clone git://git.lttng.org/lttng-modules.git
and what i get is
$ git clone git://git.lttng.org/lttng-modules.git
Cloning into 'lttng-modules'...
fatal: unable to connect to git.lttng.org:
git.lttng.org[0: 167.114.142.139]: errno=No such file or directory
I have tried to replace git://
with http://
and a username and password is requested. Could you please help me with this issue?
Thanks, Bogdan.