码迷,mamicode.com
首页 > Windows程序 > 详细

win上通过ssh获取git资源

时间:2018-04-02 14:24:13      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:git问题

需求:

后端新架构的开发准备使用git来管理,@我 配置过git么,在cb1服务器上给大家新增一下git用户么

cb1上的git仓库放在/home/gitrepo/git.repo,使用ssh登录

给每个人新增一个ssh用户,然后大家需要安装win 版的git, 然后用git bash生成一个rsa密钥,然后让我配置到对应用户目录的 .ssh/authorized_keys  里



步骤:



win上给我一个他电脑的公钥、我在服务器上添加用户配置密码:

useradd -d /home/人名 -s /bin/bash  renming

gpasswd -a renming   gitors

mkdir -p /home/renming

passwd renming

然后在git的authorized_keys中添加他们的电脑公钥。

完成上述步骤配置完成。


win上通过ssh获取git资源

标签:git问题

原文地址:http://blog.51cto.com/13120271/2093792

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!