码迷,mamicode.com
首页 > 其他好文 > 详细

本地仓库关联远程仓库,从远程仓库克隆代码

时间:2014-09-19 23:52:56      阅读:250      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   使用   2014   sp   代码   log   on   

1.查看仓库的所有配置信息 

  git config -l  或者 git config --lis  

    如果没有则配置添加git的用户名 email信息

git config –global user.name “tylerdeng”
git config –global user.email “tdeng@fff.com”

2.生成秘钥

需要你配置的邮箱信息

$ ssh-keygen -t rsa -C “haiyan.xu.vip@gmail.com”  关联?仓库配置的邮箱号

bubuko.com,布布扣

$ cat ~/.ssh/id_rsa.pub   显示出秘钥

bubuko.com,布布扣

3.在远程仓库添加生成的秘钥

bubuko.com,布布扣

bubuko.com,布布扣

注意拷贝时,key中的空格如有则删除

关联成功:则可使用命令把远程仓库代码克隆到本地仓库啦

  git clone git@gitlab.feihu.com:duo2.0/servers.git

?在远程仓库中?在的奋斗地方

本地仓库关联远程仓库,从远程仓库克隆代码

标签:style   blog   http   使用   2014   sp   代码   log   on   

原文地址:http://www.cnblogs.com/jiechn/p/3982702.html

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