linux-tutorial/docs/git/basics/git-installation.md

21 lines
539 B
Markdown
Raw Normal View History

2018-04-11 09:13:06 +08:00
# Git 安装
## 安装方法
> Git 可以安装在 Mac、Windows、Linux/Unix 环境。
### Mac
在 [mac 下载页面](https://git-scm.com/download/mac) 选择合适版本,按照安装向导安装。
### Windows
在 [win 下载页面](https://git-scm.com/download/win) 选择合适版本,按照安装向导安装。
### Linux/Unix
参考 [linux 下载页面](https://git-scm.com/download/linux) 的指导,根据实际发行版本下载安装 Git。
## 资料
* [https://git-scm.com/downloads](https://git-scm.com/downloads)