本月博客排行
-
第1名
wy_19921005 -
第2名
mft8899 -
第3名
benladeng5225 - Anmin
- wddpwzzhao123
年度博客排行
-
第1名
龙儿筝 -
第2名
宏天软件 -
第3名
wy_19921005 - benladeng5225
- vipbooks
- kaizi1992
- tanling8334
- sam123456gz
- arpenker
- 青否云后端云
- zysnba
- fantaxy025025
- xiangjie88
- lemonhandsome
- wallimn
- e_e
- ganxueyun
- jh108020
- Xeden
- xyuma
- wangchen.ily
- zhanjia
- johnsmith9th
- zxq_2017
- forestqqqq
- jbosscn
- daizj
- xpenxpen
- 喧嚣求静
- kingwell.leng
- lchb139128
- jveqi
- kristy_yy
- javashop
- lzyfn123
- sunj
- yeluowuhen
- ajinn
- lerf
- silverend
- chenqisdfx
- xiaoxinye
- flashsing123
- lyndon.lin
- bosschen
- zhangjijun
- sunnylocus
- lyj86
- paulwong
- sgqt
最新文章列表
gitosis安装补充说明
安装部署具体可以参考http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way,或者参考《pro git》相关章节。这里只列出对问题的总结。
1.gitosis-init时直接使用git账户操作即可
[git@localhost ~]$ gitosis-init < /tmp/id_rsa.pu ...
Ubuntu10.04上使用gitosis搭建git代码仓库
转自http://www.flatws.cn/article/program/python/2011-06-06/29177.html
在Ubuntu 10.04上配置gitosis作为git服务器的操作步骤在服务器端<server>#安装所需软件ubuntu@<server>:~$ sudo apt-get install git-core openssh-serv ...
一句话总结-Git服务器Gitosis架设
安装完gitosis以后要记得修改post-update权限
sudo chmod 755 /home/git/repositories/gitosis-admin.git/hooks/post-update