美文网首页
Github authenticator登录问题

Github authenticator登录问题

作者: 流水不腐小夏 | 来源:发表于2017-08-30 20:09 被阅读299次

    Github authenticator登录问题


    最近换了手机,刚刚写完代码,需要提交到Github,发现以前设置过二次校验,是通过Google authenticator设置的。

    发现以前备份的code,也丢失了,重新安装了Google authenticator也不行,最好只要找官方客服,发邮件求帮助。

    下面是帮助地址,https://github.com/contact,然后过了几个小时,就有人回复了。

    Hello there,
    
    The recovery codes would have had the default filename github-recovery-codes.txt or github_2fa_recovery_codes.txt - it may still be worth searching your computer, data backup, and/or email account for this document, just in case!
    
    If you don't have valid recovery codes, you may be able to verify account ownership using an SSH key you have added to your account. To do this, please run the following command on the computer where your SSH key exists, and send us the full output:
    
    ssh -T git@github.com verify
    
    If you can verify account ownership, we can disable 2FA on your account so you can sign in again.
    
    All the best,
    Andrew
    

    然后就把ssh -T git@github.com verify命令执行了一般,最后把结果发过去,还在等结果。

    悲剧的一天,下班,代码不提交了。

    相关文章

      网友评论

          本文标题:Github authenticator登录问题

          本文链接:https://www.haomeiwen.com/subject/roixjxtx.html