peiyuan1030 发表于 2015-3-28 17:56:30

Install Git for Linux and Unix

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
页: [1]
查看完整版本: Install Git for Linux and Unix