- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
git服务器搭建(Git server build)
git服务器搭建(Git server build) 1. environmental deployment System environment: Server: CentOS 6.5, ip: Client: CentOS 6.5, ip:01 Software version: server side: source code, installation, git-1.9.0.tar.gz Client: Yum online installation mechanism 2. installation 2.1 server side: #yum, install, curl-devel, expat-devel, gettext-devel, openssl-devel, zlib-devel, perl-devel #wget /files/git-1.9.0.tar.gz #tar zxvf git-1.9.0.tar.gz #cd git-1.9.0 #make prefix=/usr/local all #make prefix=/usr/local install #root user operation View version number: git --version Git version 1.9.0 Install gitosis:gitosis for the Git user rights management system, through the management of the servers /home/git/.ssh/authorized_key file to execute user rights management, is a python module package #yum install Python python-setuptools #git clone git:///res0nat0r/gitosis.git #cd gitosis/ #python setup.py install Show Finished processing dependencies for gitosis==0.2 means success 2.2 client installation: #yum install Git #git --version Git version 1.7.1 3. SSH settings The client produces the key and uploads it to the server: #ssh-keygen -t RSA #scp ~/.ssh/id_rsa.pub root@:~/ The server looks at the keys that have been uploaded: ls to /id_rsa.pub 4. git users are generated on the server, using the GIT user and initializing the gitosis Add user git: #useradd, -r, -s, /bin/sh, -c,git, version, control,, -d, /home/git, GIT Set permissions: #mkdir -p /home/git #chown git:git /home/git Generating a management library on the server side: #sudo, -H, -u, GIT, gitosis-init /id_rsa.pub Initialized, empty, Git, repository, in, /home/git//repositories/gitosis-admin.git/, Reinitialized, existing, Git,, repository, in, /home/git/repositories/gitosis-admin.git/ Annotations: 1., the generated gitosis-admin is the user access management library for Git, and gitosis manages access rights for all git libraries through the GIT library. 2. by executing initialization, the owner of the public key can modify the particul
您可能关注的文档
- 英语中的一些变音现象及读音规则(Some sound phenomena and rules of pronunciation in English).doc
- 英语中许多的表达法(The expression of many in English).doc
- 英语作文中常用的关联词及句型(Frequently used Related words and sentences in English composition).doc
- 英语作文专题(English composition topic).doc
- 英语作文关键词替换(Keyword replacement).doc
- 英语作文库(English writing Library).doc
- 英语全部否定和部分否定的巧译(The translation of all negative and partial negation in English).doc
- 英语全程练习与评价(Whole English practice and evaluation).doc
- 英语六级写作难点问题(Difficulties in writing English at six levels).doc
- 英语六级听力同步字幕2004.6 lrc(English level six listening synchronized subtitles 2004.6 LRC).doc
- greenxf(greenxf).doc
- gre(GRE).doc
- gsm、cdma和3g比较(Comparison of GSM, CDMA and 3G).doc
- gpi(GPI).doc
- gsm手机维修基础知识(Basic knowledge of GSM mobile maintenance).doc
- gsm网络处理小区话务拥塞的几种方法(Several methods of dealing with traffic congestion in GSM network).doc
- gsm邻区扫描,切换问题(GSM adjacent area scan, switching problem).doc
- gsp文本文档(GSP text document).doc
- gusun(估损).doc
- g开头的男性英文名(G begins with a male English name).doc
最近下载
- 四年级上道德与法治《学会识别广告》教学设计.pdf VIP
- 2024融合大语言模型DeepSeek技术新人教版语文七年级上册《第四单元》大单元整体教学设计[2022课标].pdf
- 监控系统项目完整技术标书.docx VIP
- 临床合理用药解读-质子泵抑制剂的处方和医嘱审核要点解读(PPT课件).pptx VIP
- 山东省化工装置安全试车工作规范 DB37_T 1854—2020 山东.pdf VIP
- 安徽—夏凯月—课件—直线的倾斜角与斜率.pptx VIP
- 房屋租赁合同,房屋租赁合同,房屋租赁合同.docx VIP
- 安徽—夏凯月—设计—直线的倾斜角与斜率.docx VIP
- 业务学习-子宫脱垂.pptx VIP
- 海尔风冷模块样册.pdf
文档评论(0)