git 在pull/push指定密钥文件

Posted cidgur

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git 在pull/push指定密钥文件相关的知识,希望对你有一定的参考价值。

# 编辑当前用户的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指定密钥文件的主要内容,如果未能解决你的问题,请参考以下文章

Git使用ssh密钥

Linux和 Mac下git pull/push 免输入密码和账号

创建git密钥

git使用ssh密钥

sh [git pull / push] pull或push命令#git #bash #linux

git使用ssh密钥