Skip to main content

Git 安装

1. 在Ubuntu上安装Git

我们可以使用apt来安装:

$ sudo apt install git-all

如果你完成了上述命令,你可以检查你的安装通过输入:

$ git --version

2. 在Macos上安装: