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

gitlab 配置 ssh

时间:2019-09-24 15:36:43      阅读:69      评论:0      收藏:0      [点我收藏+]

标签:地址   red   hostname   输入   文本   style   图片   仓库   xxxxx   

#1 

ssh-keygen -o -t rsa -b 4096 -C "xxxxxxxx@qq.com"

一路回车,不输入密码

 

#2

在 C:/Users/当前登录用户建立 config 文件 (无后缀名),写入

Host git@192.168.0.30
    HostName http://192.168.0.30
    PreferredAuthentications publickey
    IdentityFile ~/.ssh/id_rsa

 

#3

复制 *.pub 到 文本框

技术图片

 

 

#4 添加 远程仓库地址

git remote add local git@192.168.0.30:tour-group/java-util.git

gitlab 配置 ssh

标签:地址   red   hostname   输入   文本   style   图片   仓库   xxxxx   

原文地址:https://www.cnblogs.com/whm-blog/p/11578553.html

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