有没有办法从 github 页 link 中删除存储库名称?

Is there a way to remove repository name from github page link?

我按照以下说明为 github 存储库创建了一个页面:Getting Started with GitHub Pages。完美运行,页面已托管。

但是我想换页URL,这是当前URL:http://myusername.github.io/repositoryName/

有什么方法可以删除存储库名称? (http://myusername.github.io/)

我看过 articles 配置自定义域,但我认为情况并非如此。

要删除存储库名称,您需要将其设为用户页面(或组织页面)。创建一个名为 myusername.github.io 的存储库,并将您的内容提交到 master 分支。有关详细信息,请参阅 this help page