git 服务器搭建

Posted soabstract

tags:

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

git 服务器搭建

1、下载git服务器(源码安装) https://github.com/git/git/releases
2、解压 tar -zxvf v2.16.0.tar.gz
3、cd git-2.16.0
4、make prefix=/usr/local/git all
5、make prefix=/usr/local/git install
6、配置环境变量
vi /etc/profile
export PATH="/usr/local/git/bin:$PATH" #添加这一条到最后一行
然后保存退出 :wq
使之生效: source /etc/profile










以上是关于git 服务器搭建的主要内容,如果未能解决你的问题,请参考以下文章

怎么在阿里云上搭建git服务器

git搭建beego运行不了

搭建一个git服务器

搭建git服务器

搭建本地私有的git服务器

ubuntu上搭建git服务器