GitHub Pages 不提供 PNG 文件

GitHub Pages is not serving PNG files

geoplot 的文档是通过 GitHub 页面呈现的,位于其存储库的 gh-pages 分支之外。但是,以下页面上的某些图像无法呈现:https://residentmario.github.io/geoplot/quickstart/quickstart.html

以图片QuickStart_21_2.png和图片QuickStart_10_1.png为例。这两个文件都位于 _images folder in the gh-pages branch of the repository, but whilst the former is served correctly, the latter serves a 404.

为什么这些文件无法呈现?

这原来是由于围绕文件名大小写约定的一些有趣的动态和(可能)在 GitHub 的某种中间缓存。此处有更多详细信息:https://github.com/ResidentMario/geoplot/issues/175.