1

我正在启动一个 Github 页面,我从 GitHub 获得的域名格式为:username.github.io. 我怎样才能得到username.io格式?

4

1 回答 1

1

由于GitHub 帮助页面(和文章)仅提及username.github.io,这意味着:

  • 您需要username.io从 GitHub 外部获取该域 ( ),
  • 并重定向username.github.iousername.io

这就是“使用 Pages 设置自定义域”中的说明。

当您设置自定义域时,服务器会自动为您创建一些重定向:

  • username.github.io ⇒ example.com对于用户页面
  • www.example.com ⇒ example.com对于顶级域
  • example.com ⇒ www.example.com如果使用www子域
于 2013-08-20T14:14:45.220 回答