arrow_upward

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Git Clone COMMAND not working in kali!
#11
(08-23-2018, 04:05 AM)Amresh Wrote: Hey guys thanks for the reply!

But I am still facing issues!

When I was installing git using sudo apt-get ....
I was being displayed by an error saying that >>Error in File Fetching<< or somewhat like this only!

I was thinking that is there any way through which I can install git offline.....like first I download the package and install it from the terminal offline!
Not completely offline but you can install git like this if not using the package manager (apt-get)
Install the necessary dependencies

sudo apt-get install dh-autoreconf libcurl4-gnutls-dev libexpat1-dev gettext libz-dev libssl-dev

Download the package to install

wget https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.9.5.tar.gz

Unpack the tar.gz

tar -xzvf git-2.9.5.tar.gz

Build from source

cd git-2.9.5.tar.gz
make configure
./configure --prefix=/usr
make
make install (use sudo make install for global install so any user can use git)

And done you have your git installed Smile


Messages In This Thread
RE: Git Clone COMMAND not working in kali! - by Kururin - 08-23-2018, 08:19 PM

Possibly Related Threads…
Thread
Author
Replies
Views
Last Post
5,244
02-05-2019, 04:15 PM
Last Post: deanhills

person_pin_circle Users browsing this thread: 1 Guest(s)
Sponsors: VirMach - Host4Fun - CubeData - Evolution-Host - HostDare - Hyper Expert - Shadow Hosting - Bladenode - Hostlease - RackNerd - ReadyDedis - Limitless Hosting