是什么 ? | : | a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. |
开发语言 | : | C |
官方主页 | : | https://git-scm.com |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
Windows | scoop | scoop install git |
Windows | Chocolatey | choco install -y git |
macOS | HomeBrew | brew install git |
GNU/Linux | HomeBrew | brew install git |
apt | sudo apt-get install -y git | |
CentOS | yum | sudo yum install -y git |
dnf | sudo dnf install -y git | |
openSUSE | zypper | sudo zypper install -y git |
Alpine Linux | apk | sudo apk add git |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge git |
在Windows中,git for windows提供该功能。
在macOS中,也可以通过安装command-line-developer-tools获得该功能。