PDA

View Full Version : Unable to get to live-build-config



schrammbo
2018-10-18, 14:45
OK I have tried to open this post several times but it is not working so here it goes again...3rd time is a charm??

Kali Version - KDE Gnome AMD64
Kali Installation VM (Virtual Box)

Code:


root@kali:~# uname -a
Linux kali 4.18.0-kali1-amd64 #1 SMP Debian 4.18.6-1kali1 (2018-09-10) x86_64 GNU/Linux


I appear to be having an issue with the live-build-config.git


my issue is that regardless of the system/network I attempt to pull from I am unable to get to git clone git://git.kali.org/live-build-config.git


When I attempt to do so I get the following:


Code:


root@kali:~# git clone git://git.kali.org/live-build-config.git
Cloning into 'live-build-config'...
fatal: unable to connect to git.kali.org:
git.kali.org[0: 67.23.72.103]: errno=Connection timed out



However, I am able to clone other git repositories:


Code:


root@kali:~# git clone https://github.com/RestKit/RestKit.git
Cloning into 'RestKit'...
remote: Enumerating objects: 8, done.
remote: Counting objects: 100% (8/8), done.
remote: Compressing objects: 100% (7/7), done.
^Cceiving objects: 17% (5527/31232), 6.46 MiB | 4.57 MiB/s



Is there an issue with the Kali repository or some change I need to make to pull the live-build-config files?