git 的安装

git在开发中已经成了必备工具了,我们来看看git在各个平台上的安装

1.Linux上安装git

$sudo apt-get install git

2.mac上安装

1)homebrew安装git

$ brew install git

安装homebrew

$ ruby -e \  "$(curl -fsSL https://gist.github.com/raw/323731/install_homebrew.rb)"

3.windows上安装

http://rj.baidu.com/soft/detail/30195.html?ald

posted on 2016-09-02 14:43  木头平  阅读(128)  评论(0编辑  收藏  举报

导航