git 配置多个SSH-Key

ssh-keygen -t rsa -C "[email protected]” -f ~/.ssh/xxx-rsa

cd ~/.ssh
ls
ssh-add ~/.ssh/xxx-rsa
cat gitlab-rsa.pub

你可能感兴趣的:(git 配置多个SSH-Key)