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

Add SSH Key to GitLab on Windows

时间:2015-04-08 06:36:45      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:

 

Download Git for windows

Open Git Bash

Type in "ssh-keygen -t rsa", and then press Enter button three times

You can find the public key in the "file id_rsa.pub" which located in C:/Users/yourname/.ssh/

 

Login your GitLab account, go to Profile Settings and then go to SSH Keys, and add your public key then everything is OK!

Add SSH Key to GitLab on Windows

标签:

原文地址:http://www.cnblogs.com/grandyang/p/4401298.html

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