github.io有一些奇怪的行为托管图像(github.io has some strange behavior hosting images)

大家好,我想知道为什么fib下的fimage没有加载到页面中

https://krewn.github.io/ApophysisOutPuts/

图像清晰存在于此处

https://github.com/Krewn/ApophysisOutPuts/blob/gh-pages/Fib/adbg3.jpg

HTML显然引用它。

所有的html都是程序性的,我之前没有输出这个问题,所以我不认为这是一个错字......

hi y'all I was wondering why the fimage under fib doesn't load in the page

https://krewn.github.io/ApophysisOutPuts/

The image clearly exists here

https://github.com/Krewn/ApophysisOutPuts/blob/gh-pages/Fib/adbg3.jpg

and the HTML obviously references it.

All the html was procedural written and I haven't had this problem before with any outputs so I don't think it's a typo...

最满意答案

这里没什么奇怪的。 只是那些路径区分大小写,就像任何* NIX文件系统一样。 index.html:2处的图像路径在路径中使用小写的fib ,其中实际文件夹名称以大写Fib开头。

Nothing strange here. Just that paths are case sensitive, like with any *NIX file system. The path to image at index.html:2 is using lowercase fib in path, where the actual folder name starts with an capital Fib.

github.io有一些奇怪的行为托管图像(github.io has some strange behavior hosting images)

大家好,我想知道为什么fib下的fimage没有加载到页面中

https://krewn.github.io/ApophysisOutPuts/

图像清晰存在于此处

https://github.com/Krewn/ApophysisOutPuts/blob/gh-pages/Fib/adbg3.jpg

HTML显然引用它。

所有的html都是程序性的,我之前没有输出这个问题,所以我不认为这是一个错字......

hi y'all I was wondering why the fimage under fib doesn't load in the page

https://krewn.github.io/ApophysisOutPuts/

The image clearly exists here

https://github.com/Krewn/ApophysisOutPuts/blob/gh-pages/Fib/adbg3.jpg

and the HTML obviously references it.

All the html was procedural written and I haven't had this problem before with any outputs so I don't think it's a typo...

最满意答案

这里没什么奇怪的。 只是那些路径区分大小写,就像任何* NIX文件系统一样。 index.html:2处的图像路径在路径中使用小写的fib ,其中实际文件夹名称以大写Fib开头。

Nothing strange here. Just that paths are case sensitive, like with any *NIX file system. The path to image at index.html:2 is using lowercase fib in path, where the actual folder name starts with an capital Fib.