缺少在计算机上正确解析的 Github 上的第 3 方依赖项
Missing 3rd party dependencies on Github that are resolved correctly on computer
我要将一个网站从 Weebly 移到 Github 上。
我从 Weebly 下载了一个 zip 文件。在我的电脑上打开它,它看起来很完美。当我将它上传到 Github 时,我发现它缺少几个来源:
- cdn2.editmysite.com
- fonts.googleapis.com
- fonts.gstatic.com
HTML 中仍然引用了源代码,但我没有在 Chrome 开发工具中看到它。我将开发工具列表“(无域)”视为来源。 Ajax.googleapis.com 被正确引用为来源。
是什么原因使完全相同的代码在 Github 上托管时与在我的计算机上的回购中时表现不同?
这是 Github 存储库:github.com/robbyhowell/robbyhowell.github.io
这里是 Github 页面:robbyhowell。github.io
它应该是这样的:www.elementaltheory.net
这是由混合内容块引起的。 Github 默认使用 https。我在 http 中有脚本。
我要将一个网站从 Weebly 移到 Github 上。
我从 Weebly 下载了一个 zip 文件。在我的电脑上打开它,它看起来很完美。当我将它上传到 Github 时,我发现它缺少几个来源:
- cdn2.editmysite.com
- fonts.googleapis.com
- fonts.gstatic.com
HTML 中仍然引用了源代码,但我没有在 Chrome 开发工具中看到它。我将开发工具列表“(无域)”视为来源。 Ajax.googleapis.com 被正确引用为来源。
是什么原因使完全相同的代码在 Github 上托管时与在我的计算机上的回购中时表现不同?
这是 Github 存储库:github.com/robbyhowell/robbyhowell.github.io
这里是 Github 页面:robbyhowell。github.io
它应该是这样的:www.elementaltheory.net
这是由混合内容块引起的。 Github 默认使用 https。我在 http 中有脚本。