赞
踩
1、查看git版本
git --version
2、升级Git
sudo apt update # 更新源
sudo apt install software-properties-common # 安装 PPA 需要的依赖
sudo add-apt-repository ppa:git-core/ppa # 向 PPA 中添加 git 的软件源
sudo apt-get update
sudo apt-get install git
Reference: Ubuntu 更新 Git 至最新版本
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。