Windows GitBash解决Github添加密钥时提示Key is already in use的问题

通过添加多密钥实现

  • ssh-agent bash
  • ssh-keygen -t rsa -C 'xx1' -f ~/.ssh/id_rsa_xx1
  • ssh-keygen -t rsa -C 'xx2' -f ~/.ssh/id_rsa_xx2
  • ssh-add id_rsa_xx1
  • ssh-add id_rsa_xx2

vim ~/.ssh/config

shell 复制代码
Host github_xx1
 HostName github.com
 User git
 IdentityFile ~/.ssh/id_rsa_xx1
Host github_xx2
 HostName github.com
 User git
 IdentityFile ~/.ssh/id_rsa_xx2
  • ssh -T -ai ~/.ssh/id_rsa_xx1 git@github_xx1
  • ssh -T -ai ~/.ssh/id_rsa_xx2 git@github_xx2
相关推荐
墨问开源40 分钟前
我把19位顶级投资大佬「塞进」终端,这个开源AI Hedge Fund到底能不能赚钱?
github
RxGc43 分钟前
2026年 GitHub 最火的开源AI项目全景测评:这十个项目,正在重塑开发者的工作方式
人工智能·github
CoderJia程序员甲44 分钟前
GitHub 热榜项目 - 日榜(2026-04-15)
ai·大模型·github·ai教程
qq_381338501 小时前
2026 年 AI 编程助手全面对比评测:Cursor vs Copilot vs Claude Code vs GitHub Copilot Free
人工智能·github·copilot
某人辛木2 小时前
Git推送到GitHub仓库遇到的问题
git·github
shandianchengzi11 小时前
【记录】Copilot|Github Copilot重新学生认证通过方法(2025年7月,包括2FA和认证材料、Why are you not on campus)
github·copilot
K1ne_11 小时前
2026 最新版|学生认证白嫖 GitHub Copilot Pro 保姆级教程
github·copilot
cs.shunzhang11 小时前
GitHub 教育认证通过后如何领取 Copilot Pro
github·copilot
程序员柒叔11 小时前
OpenCode 踩坑记:GitHub Copilot 按次计费?我的账单为何暴涨 3 倍!
github·copilot·claude code·opencode
刚刚觉醒的小菜鸡11 小时前
copilot学生认证2026-github copilot学生认证(手把手教会)
github·copilot