账号被封
早上 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 账号绑定的邮箱,选择 [ Account locked ]
- 输入邮箱收到的验证码
- 进入申诉的表单页,提交相关信息即可
- 大概半个小时收到邮件 [ Password reset notification due to suspicious activity ]
- 根据邮件重置账户密码即可恢复 Github 账号。
总体来说,可能是 Github 系统风控意外封禁了我的账户(可能是我的代理问题),通过申诉解禁。本以为需要很多天处理恢复( Github 社区里很多人反馈账号被封),没想到 Github 效率挺高的。

