'This user account is blocked. Contact registration@vercel.com'

'This user account is blocked. Contact registration@vercel.com'

点击'Continue with GitHub'失败

我正在参加 Udemy 课程 React - The Complete Guide (incl Hooks, React Router, Redux)
我已按照那里给出的说明进行操作。

视频编号 347(在 9:14)指示我去 https://vercel.com/signup 然后单击 继续 GitHub, 我做了——好几次了。

但我总是收到相同的消息:
此用户帐户已被阻止。联系注册@vercel.com获取 更多信息。

This user account is blocked. Contact registration@vercel.com for
more information.

我的问题

为什么会这样? – 如何解锁并继续?
我的最终目标是自动部署NextJS项目在 https://vercel.com 通过 GitHub.

点击'Continue with Email →'成功

在来回发送几封电子邮件试图获得支持后,我 并没有觉得更明智,但我决定点击 Login 右上角,然后在 Continue with Email →.

This user account is blocked. Contact registration@vercel.com for
more information.

确认我的电子邮件地址后,我收到一条消息说 注册成功,但之后什么也没发生。 所以我又做了一次,这次我自动被重定向到 Vercel 仪表板,https://vercel.com/dashboard.

进入仪表板感觉像是向前迈进了一步,但我仍然没有 知道如何进行。 1

参考资料


1个 返回并单击 'Continue with GitHub' 仍然显示 同样的旧消息:

此用户帐户已被阻止。联系注册@vercel.com获取 更多信息。

Why did this happen? – How do I get unblocked and proceed?
My ultimate goal is to automatically deploy the NextJS project at https://vercel.com via GitHub.

既然你成功解封了,我会专注于建设和 在 https://vercel.com 部署项目。 下面我描述了对我有用的方法。

1。在 GitHub

安装 Vercel 应用程序

我转到 https://github.com/apps/vercel 并单击 安装

这样做把我带到了 https://github.com/apps/vercel/installations/new/permissions link.

在这里,我也单击了 安装 按钮 – 位于 lower-left 页面的一部分。 1

2。在 Vercel 仪表板中,从 GitHub

获取项目代码

然后我被重定向到 https://vercel.com/ 的页面说 已批准安装

在这里,我单击了 转到仪表板,这将我带到了 Vercel 仪表板,https://vercel.com/dashboard – 如上图所示 你的问题。

在仪表板中,我点击了创建一个新项目,这将我带到了 https://vercel.com/new,带标题 让我们构建一些新东西

top-most git 存储库 nextjs-meetups-demo 是我的站点 想要部署。
所以我点击了它的导入按钮。

3。配置和部署项目

我现在被带到 https://vercel.com/new/import 页面 标题 配置项目.
由于我对所有默认设置都很满意,因此我只需单击 部署.

构建 51 秒后,恭喜我已部署 我的 NextJS 网站。
最后,单击图片将我重定向到 React Meetups 站点 证明它已部署。 2

参考资料


1个 这显然让 Vercel 可以访问我在 GitHub 的存储库,所以 它可以构建和部署我的任何项目。

2 不幸的是,我在 Vercel 的网站没有显示任何新添加的内容 聚会 – 尽管我可以在 MongoDB 中看到聚会已经 创建。 这将需要一个全新的 Stack Overflow 问题,所以我不会 在这里深入研究。