文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>ubuntu中搭git的服务器

ubuntu中搭git的服务器

时间:2010-07-02  来源:hyouyan

服务器端: a@ubuntu:~$ sudo apt-get install git-core
a@ubuntu:~$ sudo apt-get install openssh-server
a@ubuntu:~$ sudo apt-get install openssh-client 新加用户git,该用户将作为所有代码仓库和用户权限的管理者:
a@ubuntu:~$ sudo useradd -m git
为git设置密码:
a@ubuntu:~$ sudo passwd git
  安装一下python的setup tool, 这个也是为了gitosis做准备: apt-get install python-setuptools
git clone git://eagain.net/gitosis.git
cd gitosis
python setup.py install
    客户端:

    shh git@服务器

登录到服务器后

    mkdir example.git

    cd example.git

    git --bare init

    cd

    ssh localhost

    exit

客户端:

   生成ssh key并传到git server上

   ssh-keygen -t rsa

    scp ~/.ssh/id_rsa.pub git@服务器:~/.ssh/

    ssh git@服务器

    cat ~/.ssh/id_rsa.pub >> authorized_keys

chmod 755 /home/git
chmod 700 /home/git/.ssh
chmod 644 /home/git/.ssh/authorized_keys

chmod 755 /www/git/repositories/gitosis-admin.git/\
hooks/post-update

    exit

    mkdir example

  cd example

  git init

  touch README

  git add README

  git commit -m 'first commit'

  git remote add origin git@服务器:example.git

  git push origin master

 

我比较脑子转不过弯,网上好几个说建服务器,说得太详细了,不过我觉得有些还是按默认的吧,现阶段我的linux不是很强,就笨点吧,   生成ssh key并传到git server上 一定要在客户机上,我一段时间一直就再这转不过完。

谢谢一下三个博主

http://jxd824236.blog.163.com/blog/static/243570952010323412969/

http://www.gaojinbo.com/ubuntu9-0-4%E4%B8%8B%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AEgit%E7%89%88%E6%9C%AC%E6%8E%A7%E5%88%B6%E7%B3%BB%E7%BB%9Fv1-1.html

http://sunnet.blog.sohu.com/137341882.html

 

相关阅读 更多 +
排行榜 更多 +
<img preview="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" width="32" height="32" src="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" alt="弓箭勇者最新版" />

<img preview="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" width="32" height="32" src="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" alt="弓箭勇者最新版" />

飞行射击 下载
<img preview="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" width="32" height="32" src="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" alt="弓箭勇者最新版" />

<img preview="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" width="32" height="32" src="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" alt="弓箭勇者最新版" />

飞行射击 下载
<img preview="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" width="32" height="32" src="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" alt="弓箭勇者最新版" />

<img preview="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" width="32" height="32" src="http://pic.pdowncc.com/uploadimg/ico/2025/0523/1747993424374100.png" alt="弓箭勇者最新版" />

飞行射击 下载