git安装

Posted suffergtf

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git安装相关的知识,希望对你有一定的参考价值。

[[email protected] ~]# cat /etc/redhat-release 
CentOS Linux release 7.3.1611 (Core) 
[[email protected] ~]# uname -r
3.10.0-514.el7.x86_64
[[email protected] ~]# rpm -qa git
git-1.8.3.1-13.el7.x86_64
[[email protected] ~]# yum remove git
[[email protected] ~]# yum install gcc gcc-c++ -y
[[email protected] ~]# yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel  perl-ExtUtils-MakeMaker -y
[[email protected] ~]# mkdir -p /server/tools
[[email protected] ~]# cd /server/tools/
[[email protected] tools]# wget https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.9.0.tar.gz
[[email protected] tools]# tar xf git-2.9.0.tar.gz
[[email protected] tools]# cd git-2.9.0
[[email protected] git-2.9.0]# make prefix=/application/git
[[email protected] git-2.9.0]# make prefix=/application/git install
[[email protected] git]# echo ‘export PATH=/application/git/bin:$PATH‘ >>/etc/profile
[[email protected] git]# source /etc/profile
[[email protected] bin]# git --version
git version 2.9.0
[[email protected] bin]# useradd git
[[email protected] bin]# echo password|passwd --stdin git
更改用户 git 的密码 。
passwd:所有的身份验证令牌已经成功更新。
[[email protected] bin]# sed -i ‘s#git:x:1000:1000::/home/git:/bin/bash#git:x:1000:1000::/home/git:/application/git/bin/git-shell#g‘ /etc/passwd




 

























以上是关于git安装的主要内容,如果未能解决你的问题,请参考以下文章

VSCode自定义代码片段15——git命令操作一个完整流程

VSCode自定义代码片段15——git命令操作一个完整流程

VIM 代码片段插件 ultisnips 使用教程

如何管理在每个 git 版本中添加私有代码片段?

使用 Git 来管理 Xcode 中的代码片段

markdown Git代码片段