arrow_upward

Pages (2):
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
No one knows what the future holds, that's why its potential is infinite
Pages (2):


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

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