本人昨天配置公司的Git服务器,昨天看了很多教程,自己做一下总结.
1 参考
http://blog.csdn.net/bluishglc/article/details/49310125 这篇博客告诉我们Git支持四种主要的协议来传输数据:本地传输,SSH 协议,Git 协议和 HTTP 协议
http://www.linuxidc.com/Linux/2015-09/123670.htm 这是第一篇入门
http://blog.csdn.net/wave_1102/article/details/47779401 进阶
http://www.centoscn.com/CentosServer/ftp/2014/0414/2789.html
http://www.jianshu.com/p/6db06489ba3d
http://blog.csdn.net/hu8hong9/article/details/52851570
http://blog.chinaunix.net/uid-27105712-id-4511124.html
2 安装
Git并不存在Server端和Clint端之分,在Git Server上安装的也还是Git。最简单的安装方式是直接用系统提供的包管理工具。例如CentOS/RHEL,可以使用:
yum install git 2.7 安装
yum remove git 卸载
git --version 版本