# Git的安装

## Ubuntu系统安装Git

> 直接使用apt安装即可

<CodePreview title="install" language="bash" code={'sudo apt install git'} />