首页 > 系统 > Linux > 正文

Install Git for Linux and Unix

2024-06-28 13:28:00
字体:
来源:转载
供稿:网友
Install Git for linux and UnixDownload 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


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表