$ hexo -v
hexo: 3.6.0
hexo-cli: 1.1.0
os: Darwin 16.7.0 darwin x64
http_parser: 2.7.0
node: 8.10.0
v8: 6.2.414.50
uv: 1.19.1
zlib: 1.2.11
ares: 1.10.1-DEV
modules: 57
nghttp2: 1.25.0
openssl: 1.0.2n
icu: 60.1
unicode: 10.0
cldr: 32.0
tz: 2017c
请问到底是哪出错了呢?
1
Faiz555 OP 在谷歌上搜索到有可能 plugins 的问题,但是没有在 config 里面找到
|
2
XinLake 2018-03-13 00:03:50 +08:00
hexo g,hexo s,有没错误信息?
如果电脑上运行测试,在局域网另外一台电脑上看效果,那运行测试的电脑要给 node.js 开放防火墙。 |
3
vfiles 2018-03-13 00:40:05 +08:00 via Android
依照 github issue 那样,给出所有复现步骤和现象,大家好分析
|
4
Faiz555 OP 成功了,能在 http://127.0.0.1:4000 上显示出页面,http://localhost:4000/不能显示出。有谁能解释下这是为什么吗?
|
5
Faiz555 OP hexo g</br>
INFO Start processing</br> INFO Files loaded in 135 ms</br> ...</br> INFO 28 files generated in 533 ms</br> hero s</br> INFO Start processing</br> INFO Hexo is running at http://localhost:4000/. Press Ctrl+C to stop.</br> |