如何从 github 中删除我的公钥?
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要删除 SSH 公钥,请按照以下步骤操作。
/settings/ssh
中的“SSH 密钥”链接。ssh-add -l
进行比较)。应该可以做到这一点。
To remove an SSH public key, follow the below steps.
/settings/ssh
.ssh-add -l
).That should do it.