几步吧
1.客户端ssh-keygen -t rsa
2.客户端ssh-copy-id -i git@m
3.git服务器要设置git密码
echo "xx"|passwd --stdin git
4.修改git shell
vim /etc/shells
which git-shell
5.su - git
csh -c /opt/soft/git/bin/git-shell
6.服务端
cd /data/git git init --bare project.git
7.客户端
git clone git@m:/data/git/project.git
本文转自 liqius 51CTO博客,原文链接:http://blog.51cto.com/szgb17/1782712,如需转载请自行联系原作者