gitlab with two ssh keys not connecting (config updated)
问题 I have a gitlab account on my mac which has the neccessary ssh key on it for my work account. I am trying to set up gitlab for all my personal projects. I have created a personal account on gitlab and created a ssh key. I have edited the config file in ~/.shh/ to look like this Host markgameforeverything.gitlab.com HostName gitlab.com User git PreferredAuthentications publickey IdentityFile ~/.ssh/personal.pub Host markbreadcreative.gitlab.com HostName gitlab.com PreferredAuthentications