gitlab 配置 ssh
Posted whm-blog
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gitlab 配置 ssh相关的知识,希望对你有一定的参考价值。
#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的主要内容,如果未能解决你的问题,请参考以下文章
GitLab介绍GitLab的工作流程Gitlab安装配置环境Ansible配合virtualenv安装配置