无法在正确的地址发布我的 github 页面
cannot publish my github page at the correct address
我正在尝试在 Github 上设置我的个人页面。
但是,我的页面只发布在:https://xuxy09.github.io/xuxy09/, while the desired address is https://xuxy09.github.io。
你能告诉我如何解决这个问题吗?
Issue addressed. The repository name should be "xuxy09.github.io" instead of "xuxy09".
在“Types of GitHub Pages sites”
中有描述
- To publish a user site, you must create a repository owned by your user account that's named
<username>.github.io
.
- Unless you're using a custom domain, project sites are available at
http(s)://<username>.github.io/<repository>
在您的例子中,名为 xuxy09
的存储库是一个 项目 站点。
虽然 xuxy09.github.io
实际上是一个用户站点。
我正在尝试在 Github 上设置我的个人页面。
但是,我的页面只发布在:https://xuxy09.github.io/xuxy09/, while the desired address is https://xuxy09.github.io。
你能告诉我如何解决这个问题吗?
Issue addressed. The repository name should be "xuxy09.github.io" instead of "xuxy09".
在“Types of GitHub Pages sites”
中有描述
- To publish a user site, you must create a repository owned by your user account that's named
<username>.github.io
.- Unless you're using a custom domain, project sites are available at
http(s)://<username>.github.io/<repository>
在您的例子中,名为 xuxy09
的存储库是一个 项目 站点。
虽然 xuxy09.github.io
实际上是一个用户站点。