您的位置:首页 > 运维架构 > Linux

Install Git for Linux and Unix

2014-02-19 21:26 483 查看

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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: