(adsbygoogle = window.adsbygoogle || []).push({});
i am trying to add a repo but this error keeps popping up and i cant get round it
ubuntu@ubuntu:~$ mkdir ps3dm-utils
ubuntu@ubuntu:~$ git clone git://git.dukio.com/ps3dm-utils.git
Initialized empty Git repository in /home/ubuntu/ps3dm/.git/
fatal: The remote end hung up unexpectedly
i have also tried
ubuntu@ubuntu:~$ mkdir ps3dm-utils
ubuntu@ubuntu:~$ git clone git://git.dukio.com/ps3dm-utils.git ps3dm-utils
Initialized empty Git repository in /home/ubuntu/ps3dm-utils/.git/
fatal: The remote end hung up unexpectedly
and
ubuntu@ubuntu:~$ mkdir ps3dm-utils
ubuntu@ubuntu:~$ git clone git://git.dukio.com/ps3dm-utils ps3dm-utils
Initialized empty Git repository in /home/ubuntu/ps3dm-utils/.git/
fatal: The remote end hung up unexpectedly
However, that's probably not your problem, for most people, the problem is a typo in their git url, either that, or the problem is probably on their end, not on yours.
However, that's probably not your problem, for most people, the problem is a typo in their git url, either that, or the problem is probably on their end, not on yours.
Well, I'm not kidding about the sudo, that's how you run stuff as an admin in Linux. Again, a majority of people make a typo (or just get the wrong url) and that's what causes it. Otherwise, its usually a problem on their end.
is this the same git? i was able to get this one git://repo.or.cz/ps3dm-utils.git
Originally posted by chazza1
i am trying to add a repo but this error keeps popping up and i cant get round it
ubuntu@ubuntu:~$ mkdir ps3dm-utils
ubuntu@ubuntu:~$ git clone git://git.dukio.com/ps3dm-utils.git
Initialized empty Git repository in /home/ubuntu/ps3dm/.git/
fatal: The remote end hung up unexpectedly
i have also tried
ubuntu@ubuntu:~$ mkdir ps3dm-utils
ubuntu@ubuntu:~$ git clone git://git.dukio.com/ps3dm-utils.git ps3dm-utils
Initialized empty Git repository in /home/ubuntu/ps3dm-utils/.git/
fatal: The remote end hung up unexpectedly
and
ubuntu@ubuntu:~$ mkdir ps3dm-utils
ubuntu@ubuntu:~$ git clone git://git.dukio.com/ps3dm-utils ps3dm-utils
Initialized empty Git repository in /home/ubuntu/ps3dm-utils/.git/
fatal: The remote end hung up unexpectedly