Download for Linux and Unix

It is easiest to install Git on Linux using the preferred package manager of your Linux distribution.

Debian/Ubuntu

# apt-get install git

Fedora

# yum install git

Gentoo

# emerge --ask --verbose dev-vcs/git

Arch Linux

# pacman -S git

FreeBSD

# cd /usr/ports/devel/git
# make install

Solaris 11 Express

# pkg install developer/versioning/git

OpenBSD

# pkg_add git

posted on 2014-02-19 21:26  貌似额不是黑客  阅读(323)  评论(0编辑  收藏  举报