08-22-2018, 02:11 PM
Isn't Kali Linux, linux anyway? If so using apt-get will work. As many people suggested here. Use
That should do the trick and install git on your system, then you will be able to clone the repository by using this command
And you are good to go
Code: (Select All)
sudo apt-get install gitThat should do the trick and install git on your system, then you will be able to clone the repository by using this command
Code: (Select All)
git clone [repo url]And you are good to go
