子域接管 github?
Subdomain take over with github?
我在 github "as my name is" 上有一个用户名,还有一个像 otherusername.github.io 这样的子域,在这个子域上 github 错误那里的页面,所以我在 google 上搜索并发现该子域容易受到子域接管的影响,现在最大的问题是 我如何声明它?.
我是否使用该名称在我的个人资料上创建一个存储库"otherusername.github.io? And that's all."如果是这样,那么下一步该怎么做?
我想解开这个疑惑
您需要创建一个 user page
You will need to name this repository with the account name.
- You must use the username.github.io naming scheme.
- Content from the master branch will be used to build and publish your GitHub Pages site.
这意味着您需要一个具有正确用户名 (otherusername
) 的帐户,以及一个名为 otherusername.github.io
.
的存储库
我在 github "as my name is" 上有一个用户名,还有一个像 otherusername.github.io 这样的子域,在这个子域上 github 错误那里的页面,所以我在 google 上搜索并发现该子域容易受到子域接管的影响,现在最大的问题是 我如何声明它?.
我是否使用该名称在我的个人资料上创建一个存储库"otherusername.github.io? And that's all."如果是这样,那么下一步该怎么做?
我想解开这个疑惑
您需要创建一个 user page
You will need to name this repository with the account name.
- You must use the username.github.io naming scheme.
- Content from the master branch will be used to build and publish your GitHub Pages site.
这意味着您需要一个具有正确用户名 (otherusername
) 的帐户,以及一个名为 otherusername.github.io
.