在Windows Server和Centos上安装Git Server

来源:互联网 发布:叮叮软件如何使用 编辑:程序博客网 时间:2024/06/10 07:04

以下是经本人验证安装成功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/

原创粉丝点击