如何从 github 中删除我的公钥?

发布于 2024-11-24 17:46:55 字数 267 浏览 2 评论 0原文

我在 github 上有一个公开链接到我的个人资料。我很久以前就放出来了。 自从我把它提出来之后,我就丢失了这对的私钥。

我已经生成了一个新的密钥对并将其放在我的 github 个人资料中。但我仍然无法推送到github。 git 给出了与我的密钥相关的错误。

我想删除旧的公钥,但我似乎无法在 github 管理仪表板中找到执行此操作的选项。我找不到任何有关如何删除密钥的说明。我已向他们发送电子邮件寻求帮助,但尚未收到回复。

如何删除 github 帐户中的现有密钥?

I've got a public linked to my profile on github. I put it up a long time ago.
Since the time I put it up, I've lost the private key of the pair.

I have generated a new key pair and put it on my github profile. But I still can't push to github. git gives me errors related to my keys.

I'd like to remove the old public key, but I can't seem to find the option to do so in githubs admin dashboards. I can't find any instructions for how to remove keys. I've emailed them for help, but haven't gotten a reply as of yet.

How can I remove existing keys in my github account?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

淡淡绿茶香 2024-12-01 17:46:55

要删除 SSH 公钥,请按照以下步骤操作。

  1. 登录您的 GitHub 帐户。
  2. 转到帐户设置。
  3. 点击 /settings/ssh 中的“SSH 密钥”链接。
  4. 记下列表中的密钥,以电子邮件地址的形式表示(或与 ssh-add -l 进行比较)。
  5. 只需单击密钥旁边的“删除”即可。

应该可以做到这一点。

To remove an SSH public key, follow the below steps.

  1. Login to your GitHub account.
  2. Go to the account Settings.
  3. Follow the link 'SSH keys' at /settings/ssh.
  4. Note your key in a list, represented as an email address (or compare with ssh-add -l).
  5. Simply click on the 'Delete' next to your key.

That should do it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文