用RPM安装出现错误:
[root@bogon tmp]# rpm -ivh git-1.7.3-1.fc11.i386.rpm
error: Failed dependencies:
libcrypto.so.8 is needed by git-1.7.3-1.fc11.i386
libcurl.so.4 is needed by git-1.7.3-1.fc11.i386
libexpat.so.1 is needed by git-1.7.3-1.fc11.i386
libssl.so.8 is needed by git-1.7.3-1.fc11.i386
perl(Git) is needed by git-1.7.3-1.fc11.i386
perl-Git = 1.7.3-1.fc11 is needed by git-1.7.3-1.fc11.i386
用以下编译安装的方法没有问题:
查看版本信息:
[root@bogon tmp]# lsb_release -a
[root@bogon tmp]# uname -a
[root@bogon tmp]# cat /proc/version
[root@bogon tmp]# rpm -qa |grep -i git
安装依赖包:
[root@bogon tmp]# mount /dev/cdrom /mnt; cd /mnt/Server
[root@bogon Server]# rpm -ivh zlib-devel gettext-devel openssl-devel curl-devel expat-devel
[root@bogon Server]# rpm -q zlib-devel gettext-devel openssl-devel curl-devel expat-devel
zlib-devel-1.2.3-3
gettext-devel-0.14.6-4.el5
openssl-devel-0.9.8b-8.3.el5
curl-devel-7.15.5-2.el5
expat-devel-1.95.8-8.2.1
下载解压缩git:
http://kernel.org/pub/software/scm/git/git-1.7.2.tar.gz
[root@bogon tmp]# tar zxvf git-1.7.2.tar.gz
编译安装:
[root@bogon tmp]# cd git-1.7.2
[root@bogon git-1.7.2]# ./configure
[root@bogon git-1.7.2]# make prefix=/usr/local all
[root@bogon git-1.7.2]# make prefix=/usr/local install
查看安装好的文件:
[root@bogon git-1.7.2]# ll /usr/local/bin/
执行git命令:
[root@bogon git-1.7.2]# git
usage: git [--version] [--exec-path[=GIT_EXEC_PATH]] [--html-path]
[-p|--paginate|--no-pager] [--no-replace-objects]
[--bare] [--git-dir=GIT_DIR] [--work-tree=GIT_WORK_TREE]
[-c name=value
[--help] COMMAND [ARGS]
The most commonly used git commands are:
add Add file contents to the index
bisect Find by binary search the change that introduced a bug
branch List, create, or delete branches
checkout Checkout a branch or paths to the working tree
clone Clone a repository into a new directory
commit Record changes to the repository
diff Show changes between commits, commit and working tree, etc
fetch Download objects and refs from another repository
grep Print lines matching a pattern
init Create an empty git repository or reinitialize an existing one
log Show commit logs
merge Join two or more development histories together
mv Move or rename a file, a directory, or a symlink
pull Fetch from and merge with another repository or a local branch
push Update remote refs along with associated objects
rebase Forward-port local commits to the updated upstream head
reset Reset current HEAD to the specified state
rm Remove files from the working tree and from the index
show Show various types of objects
status Show the working tree status
tag Create, list, delete or verify a tag object signed with GPG
See 'git help COMMAND' for more information on a specific command.
学习资源:
Git 中文教程
http://blog.163.com/zhuomingliang@126/blog/static/4009435220073594125309/
Use a Central Git Server with Apache2 and Webdav?
http://myridia.com/dev_posts/view/624
warehouse
http://github.com/drcapulet/warehouse
Fork and git mirror of redmine_code_review plugin
http://github.com/nikosd/redmine_code_review
Gitalist - a modern git web viewer
http://www.gitalist.com/
A git repository viewer in Rails
http://github.com/danlucraft/gitcase
Git Extensions
http://sourceforge.net/projects/gitextensions/
Gitweb
https://git.wiki.kernel.org/index.php/Gitweb
http://progit.org/book/zh/ch4-6.html
Git-Web:A web interface for Git Repositories
http://github.com/krisleech/Git-Web
Git-Web-Access
http://github.com/yysun/Git-Web-Access
Gitor:local git web client on rails
http://github.com/RanHunZongYu/Gitor
PBL Peeper
http://www.techno-kitten.com/PBL_Peeper/pbl_peeper.html
Git 改变了分布式 Web 开发规则
http://www.ibm.com/developerworks/cn/web/wa-git/
分享到:
相关推荐
# 安装Red Hat Enterprise Linux 5 指南 ## 知识点一:Red Hat Enterprise Linux 5 的安装方法概述 ### 图形模式与文本模式安装的区别 Red Hat Enterprise Linux (RHEL) 5 提供了两种安装方式:图形模式安装与...
安装Red Hat Enterprise Linux 6.1 在信息技术领域,Red Hat Enterprise Linux(RHEL)是一款广泛使用的Linux发行版,它是为企业的服务器和工作站设计的操作系统。本文将详细介绍如何安装Red Hat Enterprise Linux...
### Snort_Base_Barnyard 在 Red Hat Enterprise 5.3 的安装与配置 #### 一、概述 本文档旨在提供一份详细的指南,帮助用户在 Red Hat Enterprise 5.3 系统上安装并配置 Snort_Base 和 Barnyard,构建一个基本的...
1. Getting Started with Red Hat Enterprise Linux 2. Accessing the Command Line 3. Managing Files From the Command Line 4. Getting Help in Red Hat Enterprise Linux 5. Creating, Viewing, and Editing...
Installing Percona XtraBackup on Red Hat Enterprise Linux and CentOS https://www.percona.com/doc/percona-xtrabackup/2.4/installation/yum_repo.html (2.4 和 8.0 rpm安装percona-xtrabackup一样)
linux 下Oracle9i 安装
通常,你需要一个64位的Linux发行版,如Red Hat Enterprise Linux (RHEL)或CentOS,以及足够的内存(推荐2GB以上)和磁盘空间。安装过程可能会涉及到多个软件包,包括开发工具、库和运行时环境。 1. **系统准备**:...
1. Red Hat Enterprise Linux 4 (RHEL4) 2. Red Hat Enterprise Linux 3 (RHEL3) 3. Novell SUSE Linux Enterprise Server 9 其中,RHEL4 和 SLES9 将作为重点讲解对象,而RHEL3则未被纳入讨论范围。 #### Oracle ...
The yum command is the primary tool for getting, installing, deleting, querying, and otherwise managing Red Hat Enterprise Linux RPM software packages from official Red Hat software repositories, as ...
这通常包括足够的内存(建议1GB以上)、足够的硬盘空间(根据数据库大小而定,但至少需要几百MB用于安装),以及兼容的Linux版本(Red Hat Enterprise Linux 7或更高版本)。此外,需要安装开发工具包(如GCC编译器...
CentOS (Community ENTerprise Operating System) is a Linux operating system maintained by a small team of core developers based on Red Hat Enterprise Linux (RHEL) Lead author Christopher Negus is the ...
Understanding the system requirements is crucial before installing Red Hat Enterprise Linux. Candidates should know how to assess hardware and software needs, including CPU architecture, memory, disk ...
2. **操作系统版本**:选择一个稳定且支持Oracle 10G的Linux发行版,如Red Hat Enterprise Linux或Oracle Linux 5.x/6.x。 3. **软件准备**:确保系统上安装了必要的软件包,如GCC编译器、Perl、Kerberos、NFS...
### Fedora Linux Toolbox: 1000+ Commands for Fedora, CentOS, and Red Hat Power Users #### Chapter 1: Starting with Fedora Linux In this chapter, readers are introduced to Fedora Linux, an advanced ...
从压缩包文件`Installing Oracle9i on RedHat Linux 7_2, 7_3, 8_0, 9, AS 2_1, 3_0 (Red Hat Enterprise Advanced Server 3 - RHEL AS 3) (Oracle database installation, install Oracle software).htm`中,我们...
- Red Hat Enterprise Linux 6.0版本的DVD镜像文件。 具体的文件名和下载地址也一并给出,以方便用户获取必需的软件资源。 尽管文档的部分内容可能因为OCR技术原因,有字词识别错误或漏识别的情况,但整体而言,...
本指南详细介绍了如何在Red Hat Enterprise Linux (RHEL) 5.4上安装并配置Oracle Enterprise Manager (EM) Grid Control 10.2.0.5版本,同时适用于Oracle Database 11g Release 2 (11gR2)。该文档不仅包含了...
Chapter 18: Running Fedora and Red Hat Enterprise Linux. Chapter 19: Running Debian GNU/Linux. Chapter 20: Running SUSE and openSUSE Linux. Chapter 21: Running KNOPPIX. Chapter 22: Running Yellow ...
### 安装STLinux在Ubuntu上的关键步骤与挑战 #### 概览 本文将深入探讨在Ubuntu上安装STLinux的全过程,重点解析由于包管理系统的差异而带来的挑战及其解决方案。对于那些希望在Ubuntu环境中利用STLinux强大功能的...
1. Introducing Red Hat CodeReady Containers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.1. About CodeReady Containers . . . . . . . . . . . ....