How to download and install git on Ubuntu/Linux

版权声明: https://blog.csdn.net/u011263794/article/details/80934325

1) For the latest stable version for your release of Linux/Ubuntu
sudo apt-get install git

2) For Ubuntu, this PPA provides the latest stable upstream Git version
sudo add-apt-repository ppa:git-core/ppa 
sudo apt update
sudo apt install git

猜你喜欢

转载自blog.csdn.net/u011263794/article/details/80934325