我已经有了一个github页面(username.github.io),它将跳转到我的GoDady域。
但我还需要为家庭作业创建另一个username.github.io格式的github页面。
有没有什么办法可以将我的原始github页面托管在某种github项目页面(username.github.io/projectname)下,这样我就可以清除我的github页面(username.github.io),以便用于硬件分配,同时保留我之前所做的所有提交?
DNS更改的传播时间太长,所以我害怕搞砸。
发布于 2017-02-07 01:24:14
将username.github.io
存储库重命名为您希望项目页面使用的名称,确保正确设置了custom domain解析,然后使用名称username.github.io
创建一个新存储库。
https://stackoverflow.com/questions/42073394
复制相似问题