一般情况下,一台电脑上有自己的一个github账号,有时你可能会要跟公司和个人的账号分开来进行使用。此时,需要在一台电脑上操作2个github账号进行项目管理。你不能有多个账号添加了同一个公钥,否则你可能会遇到这样类似错误“ERROR: Permission to XXX.git denied to user”。要解决github账号分别对应公钥,需要在创建一个。(假设你已经在用一个自己的github账号绑定了自己的ssh公钥)
$ssh-keygen -t rsa -C "your_email@example.com" Generating public/private rsa key pair. Enter file in which to save the key (/Users/zhulianggang/.ssh/id_rsa):