Xing
2022-10-26
1 min

安装部署

TIP

git是一款代码管理工具。

# 更新apt
sudo apt update
sudo apt upgrade

# 安装git
apt install git

# 查看git版本
git --version