首页 > 系统服务 > 详细

Git - Download for Linux and Unix

时间:2015-12-28 23:18:57      阅读:194      评论:0      收藏:0      [点我收藏+]

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  # (up to Fedora 21)
$ dnf install git  # (Fedora 22 and later)

Gentoo

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

Arch Linux

$ pacman -S git

openSUSE

$ zypper install git

FreeBSD

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

Solaris 11 Express

$ pkg install developer/versioning/git

OpenBSD

$ pkg_add git

 

Copied from: http://git-scm.com/download/linux

Git - Download for Linux and Unix

原文:http://www.cnblogs.com/huey/p/5084215.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!