早上 Github 账号意外被封,无法登录,本地 git 命令提示:
ERROR: Your account is suspended. Please visit https://support.github.com for more information.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
根据上面的提示访问 https://support.github.com ,提交工单。
总体来说,可能是 Github 系统风控意外封禁了我的账户(可能是我的代理问题),通过申诉解禁。本以为需要很多天处理恢复( Github 社区里很多人反馈账号被封),没想到 Github 效率挺高的。
1
fang5566 3 天前 via Android
搭车问一下,如果 github 的 2fa 验证失败,并且没保存 recovery code ,怎么申诉可以正常登录?用户名密码登录正确,卡在 2fa 验证
|
![]() |
2
sastar 3 天前
估计是风控检测到了密码泄露了,要求重置密码
|
![]() |
3
sastar 3 天前
|
4
thinkershare 3 天前
@fang5566 我恢复邮件就行,我也遇到过,我有 recovery code ,它不认,而且我的 2FA 死活不行,感觉是 GitHub 的 2FA 有 bug.
|
5
suibianlooklook 3 天前
账户有异常吗?我也是刚刚收到的。重置了密码,actions pages 都没法用了
[img]https://pic.rmb.bdstatic.com/bjh/3ee36a9bc5/250612/e507ab7638098f335d2d0266d89bd432.png[/img] |
6
suibianlooklook 3 天前
|
7
fang5566 3 天前 via Android
|
8
jonsmith OP @suibianlooklook 有异常,我也是 action 用不了,在研究什么原因
|
9
thinkershare 2 天前
@fang5566 https://github.com/password_reset 输入邮箱|,必须输入你的恢复邮箱(这个邮箱一般和你的主邮箱不是同一个,添加 2FA 的时候,一般需要你设置)。
|
10
thinkershare 2 天前
@fang5566 这个办法需要你能使用 SSH 登录 github
1. https://github.com/login 输入账号密码 2. 进入到输入 Authentication code 输入界面,选择 Use a recovery code or begin 2FA account recovery 3. 再次 点击 Try 2FA account recovery, or unlink your account email address(es) 4. If you have any of the methods shown in 'step 2' below, you can request a reset of your authentication settings. For security reasons this takes approximately 1-3 business days. 按照这个来操作 |
11
suibianlooklook 2 天前
@jonsmith 你是通过申诉才能重置的密码吗?我是邮件中直接点击链接重置的。后面发现进入 Support ,显示账户被标记了,而且他人访问是 404 ,被隐藏了。目前以大陆需要 V 皮 N 为由提交了申诉,不知道能不能通过。不过准备写个脚本备份到 gitee 了
<img src="https://pic.rmb.bdstatic.com/bjh/3ee36a9bc5/250614/fab5e13a29e666ead54b7ce3bc654f9b.png" alt="image.png" title="image.png" /> |
12
suibianlooklook 1 天前
@jonsmith 同步备份到 gitee 的时候发现 TOKEN 也被限制到公共一样的 60 次/H
|