Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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!
libexpat1-dev gettext unzip is not working!! use the following command and install git: sudo apt-get install libexpat1-dev
A better way is here http://stackoverflow.com/questions/19109542/installing-latest-version-of-git-in-ubuntu
Simply
sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git
You DON’T want to compile against gnu-tls because is full of bugs and it won’t work on certain network configurations, i.e. EsXi. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741293
Do this instead: http://askubuntu.com/questions/186847/error-gnutls-handshake-failed-when-connecting-to-https-servers
The “Ubuntu Git Maintainers” teams provides a PPA that you can use to ensure you get the latest version.
$ sudo add-apt-repository ppa:git-core/ppa
$ sudo apt-get update
$ sudo apt-get install git
Also, for more information about installing and configuring Git on Ubuntu you can check out this comprehensive article, https://www.simplydjango.com/posts/git-on-ubuntu/.