Host :配置别名 HostName :git服务器地址 User :账户id IdentityFile :私钥文件位置
四、验证是否配置正确
可以用 ssh -T git@别名 验证是否成功
1 2 3 4
# 会输出 Hi chenneal! You've successfully authenticated, but GitHub does not provide shell access. ssh -T git@personal # 会输出 Welcome to GIT, staff! 这个因公司的 gitlab 实现, 不一定是这个内容. ssh -T git@company
五、快速切换账户命令
以上都是阐述如何管理不同的 git 账户公私钥,还没有说怎么快速切换 git 账户,这里有个好的方案就是设置命令的 alias ,我们编辑 ~/.zshrc 文件,并设置 alias :