安装Git(Mac、Linux、Windows)(itercast学习笔记)

Git官方网站:

http://git-scm.com(有时会被墙)

Windows:
可以登录官网进行下载并安装

Mac:
可以先安装Xcode,然后在Preferences——Downloads中安装上Command Line Tools就OK了,或者可以登录http://www.sourcetreeapp.com下载免费的Git图形界面工具Source Tree进行安装。

Linux CentOS:

yum install -y git
Linux Ubuntu:
sudo apt-get install git


你可能感兴趣的:(git,版本控制系统)