By khouly
I followed this link to install git Install git on ubntu and I got stuck at this part:
Now, you can make the package and install it by typing these two commands:
make prefix=/usr/local all sudo make prefix=/usr/local install
I keep getting this error: make: *** No rule to make target `all’. Stop.
What’s the cause of this issue?!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
make: *** No rule to make target `all'. Stop.
Generally an error like that would suggest that you are not in the correct directory. Is there a file named Makefile in your current directory?
Though as @gp+digitalocean suggests, simply running sudo apt-get install git will install git for you without having to build it from source.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.