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

git安装配置

时间:2017-03-29 19:04:23      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:color   pre   user   image   span   add   路径   拉取   SHA256   

1、使用 brew 安装 git

  brew install git

2、配置 ssh

  ssh-kengen -t rsa -C “邮箱” (目的是两台机器之间传输不需要密码)

  /Users/xiaojie/.ssh/id_rsa 密钥保存路径

  Your identification has been saved in /Users/xiaojie/.ssh/id_rsa.

  Your public key has been saved in /Users/xiaojie/.ssh/id_rsa.pub.

  The key fingerprint is:

    SHA256:JPjf77MOsTF18zVqeYUop3X8W2PAYA5Ir0ZzGlyFT3s xiaojiez@37degree.com

    The key‘s randomart image is:

      +---[RSA 2048]----+

      |      ...oo+     |

      |     ...o.+.oo . |

      |    . .=.o+.*o*.o|

      |     ..o*  O E+++|

      |      .+S = .+ ++|

      |      .. . =. o +|

      |        . +    . |

      |           o.    |

      |           o=o   |

      +----[SHA256]-----+

  查看密钥文件:cd /Users/xiaojie/.ssh/id_rsa —下一步-> more id_rsa.pub

3、将密钥放到 gitlab 上

  profile settings —> SSH Keys —> Add SSH KEY

4、进行 git 代码的拉取

  git clone git项目的 SSH 地址

5、拉取成功之后,默认是 master分支。

git安装配置

标签:color   pre   user   image   span   add   路径   拉取   SHA256   

原文地址:http://www.cnblogs.com/z-one/p/6641015.html

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