标签:use id_rsa conf 免秘钥 http gen oba tla store
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 免秘钥
标签:use id_rsa conf 免秘钥 http gen oba tla store
原文地址:https://www.cnblogs.com/sxgaofeng/p/12374119.html