E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
gitolite
ubuntu server12.10 架设
gitolite
服务器
因为他自己写的配置文档都是有问题的(据作者观察)声明:本文结合了
gitolite
源作者教程(完全按照的话保管不行)、一位兄弟的csdnblog教程(其中解释不清楚),以及本人实际操作和理解,并对本文作出了必须有的解释而出现的
ichsonx
·
2013-03-23 21:00
gitolite
安装
*loginas'git'asdescribedabove *makesure~/.ssh/authorized_keysisemptyornon-existent *makesureyoursshpublickeyfromyourworkstationisavailableat $HOME/YourName.pub *runthefollowingcommands: gitclonegi
zbunix
·
2013-02-28 18:00
GIT服务器的搭建【
gitolite
/gitosis版】
本篇简要记录提高安全性能的权限控制,使用
gitolite
.
pengmens
·
2013-02-20 22:00
[CI Architect]
gitolite
3的安装与配置
在GIT服务器中,
gitolite
是一个小巧而易用的服务器。相比github,它并不强大,但企业内部做CI,绝对胜任。 本文介绍
gitolite
最新版本3.3的安装和配置。
marshan
·
2013-02-07 14:00
git
ssh
git server
gitolite
centOS下暗转git及
gitolite
客户端: $ ssh-keygen -t rsa -f ~/.ssh/admin $ scp ~/.ssh/admin.pub server:/tmp/admin.pub #将公钥保存到服务器留待后用,server为服务器的IP地址 将adminpub文件上传到/tmp目录下 服务器: 安装git,并查看版本确定装成功. $ rpm -Uhv http://a
henghengdh
·
2012-12-29 08:00
centos
git
怎样完全删除
gitolite
并保持实际的代码库
Here'showtocleanup,withoutlosingyouractualrepositories.Allthisisontheserver. Notethattheinstructionsaresolongbecausethey'regenericenoughtofitanysituation. *Cleanouttheexistinginstall *edit`~/.ssh/
nadyhuayue
·
2012-12-06 20:00
ProGit
一个比较不错的学习git的中文链接:http://www.yunsim.com/http://www.ossxp.com/doc/git/
gitolite
.html
dayancn
·
2012-12-04 15:00
Linux 使用 Gitosis 架設 Git Server
GitServer單純使用SSH架設可見此篇: Linux架設使用SSH共享存取的GitServer想要控管User/Project權限的話(限制某些User只能存取某些Project),則需要靠Gitosis或
Gitolite
coder_jack
·
2012-10-31 22:00
UbuntuServer搭建Git服务器之
gitolite
管理(三)
管理
Gitolite
,管理员的任务就比较繁重了,其所有的管理都是通过安装
gitolite
是自动创建的
gitolite
-admin库来操作的,下面就几个常用的管理任务作简单介绍。1.
fightingbull
·
2012-10-27 09:00
UbuntuServer搭建Git服务器之git和
gitolite
(二)
经过几寻google,得知有gitosis和
gitolite
,
fightingbull
·
2012-10-26 21:00
32位系统ubuntu下安装gitlab
一、前言
gitolite
是用公钥的方式对版本仓库进行用户权限管理,和gitosis类似。权限管理可以具体细化到仓库的特定分支上。
ysjjovo
·
2012-10-03 17:00
gitolite
的服务架设
Gitolite
服务架设 1.
clark1231
·
2012-08-29 09:00
gitolite
Gitolite
入门
译自:https://github.com/sitaramc/
gitolite
Gitolite
文档===============================本文包括
Gitolite
的安装及一些常用功能的使用方法
HOTLEAVE
·
2012-08-17 00:00
gitosis
gitolite
Gitolite
构建Git服务器
Gitolite
构建Git服务器
Gitolite
构建Git服务器作者:北京群英汇信息技术有限公司网址:http://www.ossxp.com/版本:0.1-1日期:2010-10-0714:52:19
ricky_hust
·
2012-08-15 18:00
ubuntu11.04
gitolite
服务器搭建
Gitolite
构建Git服务器作者:北京群英汇信息技术有限公司网址:http://www.ossxp.com/版本:0.1-1日期:2010-10-0714:52:19目录1 SSH协议1.1
tronteng
·
2012-08-04 17:00
正则表达式
服务器
ssh
ubuntu
git
testing
在Ubuntu下快速安装
gitolite
在Ubuntu下快速安装
gitolite
我的环境:客户端:MacLion10.7服务端:Ubuntu12.04(EC2Instance)【客户端操作】:1.创建SSH公钥私钥对$ssh-keygen-trsa2
dyw
·
2012-08-01 20:00
gitolite
配置 在windows 下使用
gitolite
配置 在windows 下使用: 〇.
spamer
·
2012-08-01 16:00
msysgit
gitolite
SmartGit
ssh 客户端配置文件
yuanwei@msm:~$cat~/.ssh/config当前用户的配置文件 host
gitolite
登陆的主机 useryuanwei登陆使用的用户名 hostname192.168.10.174登陆的服务器地址
yuzaipiaofei
·
2012-07-19 20:00
gitolite
push fail solutions
在提交代码中遇到无法提交的问题:现象:yuanwei@ubuntu:~/s400_d$lsdefault.xmlyuanwei@ubuntu:~/s400_d$gitpush--allfatal:remoteerror:accessdeniedorrepositorynotexported:/s400_d.git yuanwei@ubuntu:~/s400_d$lsdefault.xmlyuanw
yuzaipiaofei
·
2012-07-15 17:00
ubuntu
git
Access
branch
ubuntu12.04下建立
gitolite
服务
http://computercamp.cdwilson.us/git-
gitolite
-git-daemon-gitweb-setup-on-ubunt http://www.ossxp.com/doc
socol
·
2012-06-26 23:00
ubuntu
gitolite
配置单用户多key
然后config文件中使用组:@A= A@B1,A@B2 注意必须是主机名,不能是主机ip地址,否则
gitolite
不识别。
zhbpd
·
2012-06-25 13:00
Gitolite
构建 Git 服务器
北京群英汇信息技术有限公司网址:http://www.ossxp.com/版本:0.1-1日期:2010-10-0714:52:19目录1 SSH协议1.1 SSH公钥认证1.2 SSH主机别名2
Gitolite
yuleslie
·
2012-06-21 17:00
正则表达式
server
git
服务器
ssh
testing
为 git 版本库添加新用户
git数据库使用
gitolite
管理,要为现有版本库添加新用户,需要如下操作:1.在新用户目录下生成sshkey: $ssh-keygen 如果提示输入phrase则是用于访问版本库的个人密码,
zhbpd
·
2012-06-20 11:00
linux
数据库
服务器
ssh
git
service
nginx 作为 gitweb 的服务器
最近在研习 git,并使用
gitolite
来架设 git 服务。
zachary.guo
·
2012-06-08 20:00
nginx
自定义repo
1.利用
gitolite
在服务器创建版本库
gitolite
管理员克隆出
gitolite
-admin管理库,在conf/
gitolite
.conf中加入新库在push到服务器时会自动创建。
蓝桥书生
·
2012-05-31 21:00
Ubuntu下安装Git和
Gitolite
UbuntuServer11.04git的源码包安装1.server版系统默认安装时没有gcc工具,需要额外安装,desktop已经有了 当机器可以连接外网后就可以通过sudoapt-get来安装了(注意:要先更新一下包源列表,sudoapt-getupdate 要不然apt-get只会从本地去找对应的包,肯定找不到了)2.解压git源码包,我用的是git-1.7.4.2.tar.bz23.g
蓝桥书生
·
2012-05-17 21:00
ubuntu
git
gitolite
ubuntu11.10搭建git服务器
因项目需要,需要搭建一个git服务器(
gitolite
)。
lanyan822
·
2012-05-14 15:00
Gitolite
构建 Git 服务器的权限管理
参考资料: http://www.ossxp.com/doc/git/
gitolite
.html架设环境debiansqueeze,所有安装软件均为debian源上自带。
shuyong1999
·
2012-05-11 16:00
正则表达式
Debian
server
git
服务器
testing
android按键静音键功能实现
实现P931项目蓝牙键盘静音键功能以及打印F1,F2键信息打印准备工作:1.下载android4.0.3系统gitclone
gitolite
@scm:vc0882/sdk_4.0(使用gitpull可以更新本地文件
huanggenda568
·
2012-04-19 15:00
android
UI
linux
Stream
System
工具
通过
gitolite
架设git仓库
git客户端用得很多了,但是从来都没有也不需要自己搭建服务器建立仓库。最近,由于公司某些项目出现了及其混乱的现象,版本上的分叉管理失调甚至导致了厂线停产半天的大状况。还好现在的公司做的是方案,万一整错了软件版本大不了重烧一遍多浪费点人力物力就罢了,但是回想起以前做SOC的公司(GX),如果按照这种版本管理的成熟度来做RTL代码管理,估计早就挂了。虽然以前的GX用的是cvs,现在公司用
ttxgz
·
2012-04-17 19:00
git
ssh
服务器
cvs
testing
Allocation
git 文档
另一则: 锁定用户密码登陆: passwd -l git
Gitolite
构建 Git 服务器 http://www.ossxp.com/doc/git/
gitolite
.html
mark_ztw
·
2012-02-23 21:00
git
Hosting Git repositories, The Easy (and Secure) Way
hosting-git-repositories-the-easy-and-secure-wayUpdate(12-12-2010):Foradditionalfeaturesnotpresentingitosis,checkout
gitolite
.Update
huguohu2006
·
2012-01-11 09:00
server
python
git
user
Access
Path
使用EC2打造私人Git服务器
另外,这里并没有使用gitosis或者
gitolite
之类的应用。主要是通过使用ssh来将EC2当作个人的Git服务器来使用。
CodingME!
·
2011-12-28 19:00
How To Setup
Gitolite
Server - The Newest Version
1.首先在服务端命令模式下载
gitolite
源代码:gitclonegit://github.com/ossxp-com/
gitolite
.git2.服务端建立一个用来访问
Gitolite
Server的用户
hankhanti
·
2011-11-03 17:00
server
git
git remote用法总结
列出已经存在的远程分支,例如:#gitremoteorigin_appsgitremote-v|--verbose列出详细信息,在每一个名字后面列出其远程url,例如:#gitremote-vorigin_apps
gitolite
xiruanliuwei
·
2011-10-30 20:00
git
url
Gitolite
构建 Git 服务器
Gitolite
构建Git服务器
Gitolite
构建Git服务器作者:北京群英汇信息技术有限公司网址:http://www.ossxp.com/版本:0.1-1日期:2010-10-0714:52:19
suirosu
·
2011-10-27 16:00
正则表达式
server
git
服务器
ssh
testing
企业级Git Server服务器架设,使用
Gitolite
管理权限
阅读更多1.在服务器上创建Git管理员帐号git$sudoaddusergit2.在客户端创建管理员公匙(Unix/Linux)$ssh-keygen然后一路回车,提示成功后生成2个文件~/.ssh/id_rsa~/.ssh/id_rsa.pub(公匙)3.在客户端将公匙上传到服务器上管理员的主目录(没装SSH就发邮件吧:),并重命名为git.pub$scp~/.ssh/id_rsa.pubgit
逍遥一狂
·
2011-10-13 15:00
企业级Git Server服务器架设,使用
Gitolite
管理权限
1. 在服务器上创建Git管理员帐号git $sudo adduser git 2. 在客户端创建管理员公匙(Unix/Linux) $ssh-keygen 然后一路回车,提示成功后生成2个文件 ~/.ssh/id_rsa ~/.ssh/id_rsa.pub (公匙) 3. 在客户端将公匙上传到服务器上管理员的主目录(没装SSH就发邮件吧:),并重命名
逍遥一狂
·
2011-10-13 15:00
server
kernel.org 状态更新
“这一新基础设施将不再拥有对git软件库的shell访问权;取而代之地,我们将通过使用
gitolite
webglue来运行git。
Gitolite
通过使用SSH密钥进入git。
xyxzfj
·
2011-09-26 18:00
Kernel.org重建基础架构
最新的更新称,他们正辛苦的从头开始重新搭建Kernel.org的基础架构,新的架构将不再允许shell访问git库,他们正在用
Gitolite
构建Git服务器。
blackhat satan
·
2011-09-25 20:00
linux
Kernel.org重建基础架构
最新的更新称,他们正辛苦的从头开始重新搭建Kernel.org的基础架构,新的架构将不再允许shell访问git库,他们正在用
Gitolite
构建Git服务器。
blackhat satan
·
2011-09-25 12:00
linux
fatal: '
gitolite
-admin' does not appear to be a git repository
阅读更多在
gitolite
的管理下克隆版本库的时候出现这个问题,很迷惑有说,是因为版本库路径问题,不能写相对路径,写完整路径的话就可以了,但这显然是治标不治本的问题后来在国外的论坛发现,其实这是因为在ssh
欣水寓言
·
2011-09-19 16:00
gitolite
ssh
fatal: '
gitolite
-admin' does not appear to be a git repository
在
gitolite
的管理下克隆版本库的时候出现这个问题,很迷惑 有说,是因为版本库路径问题,不能写相对路径,写完整路径的话就可以了,但这显然是治标不治本的问题 后来在国外的论坛发现,其实这是因为在ssh
欣水寓言
·
2011-09-19 16:00
ssh
gitolite
在Turnkey Redmine虚拟机上配置Git和
Gitolite
这个是从蒋鑫的书上学来的,Linux还是不熟呀)sudoadduser--system--shell/bin/bash--groupgitsudopassdgit2.以git身份登录su-git3.下载和安装
Gitolite
gitclonegit
adwu73
·
2011-09-11 15:00
怎样在Ubuntu上安装Git服务器
第一步:安装Git和
Gitolite
server> sudo apt-get install git-core server> sudo apt-get install
gitolite
songgz
·
2011-09-06 17:00
ubuntu
Adding a
gitolite
-controlled repository to Redmine
Currently, we use
gitolite
to access control our Git repositories.
欣水寓言
·
2011-09-01 17:00
linux
git
redmine
gitolite
架设
gitolite
服务器
Downloadthesourcetreeof
gitolite
whichispatchedbyJinagXin,aadvancedgitcontributerinchina. 2.
hankhanti
·
2011-08-29 18:00
Windows上使用Cygwin和
Gitolite
搭建Git服务器
原文:http://alone11.iteye.com/blog/1078297安装Cygwin下载 setup.exe打开setup.exe,选择InstallfromInternet选择安装Cygwin到C:\cygwin选择存储下载文件的目录为C:\选择下载站点的镜像选择安装以下软件包:Net|openssh(不要选成openssl)Devel|gitDevel|git-completion
yang_hui1986527
·
2011-08-25 00:00
windows
git
ssh
bash
query
documentation
用
gitolite
管理用户权限--转
gitolite
是gitosis用perl重写的,更好用,安全级别应该更高。
huangyic1986
·
2011-07-25 15:00
windows
user
git
ubuntu
配置管理
服务器
Windows上使用Cygwin和
Gitolite
搭建Git服务器
安装Cygwin 下载 setup.exe 打开setup.exe, 选择Install from Internet 选择安装Cygwin到C:\cygwin 选择存储下载文件的目录为C:\ 选择下载站点的镜像 选择安装以下软件包: Net | openssh (不要选成openssl) Devel | git Devel | gi
alone11
·
2011-06-12 00:00
windows
ssh
git
vim
bash
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他