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

git 在pull/push指定密钥文件

时间:2020-03-07 09:15:07      阅读:91      评论:0      收藏:0      [点我收藏+]

标签:span   main   ide   public   style   是你   identity   push   git   

# 编辑当前用户的ssh config 文件
vim ~/.ssh/config

#每一组由 Host 开始
Host gitlab.com # 这里的ip/domain 是你的主机名,写ip或者域名
    Hostname altssh.gitlab.com
    User git
    Port 443 
    PreferredAuthentications publickey
    IdentityFile ~/.ssh/gitlab

 

git 在pull/push指定密钥文件

标签:span   main   ide   public   style   是你   identity   push   git   

原文地址:https://www.cnblogs.com/cidgur/p/12432280.html

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