一津坑、打開vim(terminal.app)查看本地是否存在SSH-Key
ls -al ~/.ssh
如果vim輸出的是如下內(nèi)容:證明本地沒有生成的SSH Key工秩,請執(zhí)行第二步伦乔。
No such file or directory
如果vim輸出的是如下內(nèi)容: 證明本地已經(jīng)存在SSH Key 文件,請執(zhí)行第四步扰柠。
id_rsa id_rsa.pub
二高职、如果沒有次坡,生成新的SSH Key
ssh-keygen -t rsa -C"you_email"
your_email:這里填寫你在GitLab或者GitHub注冊時的郵箱。
后面的提示直接敲回車画畅,一路完成砸琅。
三、生成并添加SSH Key
ssh-add ~/.ssh/id_rsa
四轴踱、查看SSH Key
cat /Users/xxx/.ssh/id_rsa.pub
xxx是你的電腦用戶名症脂,例如:howieMacBook-Pro:~ howie$中的howie關(guān)鍵字。
復(fù)制生成好的SSH Key 添加到 GitLab 或者GitHub中的SSH Key中即可淫僻。