git clone 免秘钥

Posted sxgaofeng

tags:

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

git clone 免秘钥

ssh-keygen -t rsa -C "http://git.gaofeng.com"
git config --global user.name "gaofeng"
git config --global user.email "1234567."
vim .git-credentials
http://gaofeng:1234567.@git.gaofeng.com:83
https://gaofeng:1234567.@github.com
git config --global credential.helper store
cat ~/.gitconfig
git config --global core.autocrlf false
git config -l
cat ~/.gitconfig

然后再去gitlab把本机的id_rsa.pub 弄到gitlab sshkey即可 实现 git clone xxx.git 免秘钥

以上是关于git clone 免秘钥的主要内容,如果未能解决你的问题,请参考以下文章

ssh免秘钥登录

git clone报错处理

ssh免秘钥登陆实现

CentOS7的SSH免秘钥认证

免秘钥登录命令

Centos7 配置ssh 免秘钥登陆