您的位置:首页 > 运维架构 > Linux

在Windows Server和Centos上安装Git Server

2012-07-18 12:06 411 查看
以下是经本人验证安装成功Git Server的方案

*****************************在Linux安装Git****************************************************

Centos setup Git
http://community.itbbs.cn/thread/19748/ http://www.inanu.net/post/742.html
How to setup gitweb
http://gofedora.com/how-to-install-configure-gitweb/
GitoSis

PS:git://eagain.net/gitosis 已经失效了,找了好久才有一个新的。

git clone https://github.com/tv42/gitosis.git http://blog.3gcomet.com/article.asp?id=417
Git从使用非默认SSH端口的远程仓库上克隆:
http://keep-coding.com/Git_clone_from_remote_repositorium_with_ssh_and_non_default_port
git clone样式:ssh://git@114.80.201.79:222/~/kstm.git

ssh登录,permission denied(publickey.gssapi-with-mic)

使用Public Key验证方式参考sshd_config以下参数的写法

PermitRootLogin yes

#RSAAuthentication yes

#PubkeyAuthentication yes

AuthorizedKeysFile.ssh/authorized_keys

#PermitEmptyPasswords no

#ChallengeResponseAuthentication yes

*****************************在Windows安装Git****************************************************

Setting up a Git server with Windows Server 2008
http://www.shannoncornish.com/blog/2009/04/git-server-windows-2008/
在Windows 2003 server上安装git 服务器
http://blog.goggb.com/?post=56
基于互联网的Git开发环境搭建(Windows系统)
http://rongjih.blog.163.com/blog/static/33574461201101504819691/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: