-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hexo init时报错 #2540
Comments
如果你的Hexo版本是3.3.1,这个issue已经在#2520 修复了。 |
Hexo已更新到3.3.5,请查看此问题是否还存在。 |
这个问题还在,请使用 |
是否在E:下有package.json和node_modules?如果有请删除后再在E:\blog下运行 |
确实是这样,删除之后成功了,我之前都没看到。。谢谢:-) |
这个问题和我的问题不一样,而且这是已经关闭了的issue,你可以新开一个问题。 |
@Crazier-qi我也遇到你这样的问题,请问你是如何解决的 |
我是因为git配置了多账户,.ssh目录下的config文件出错,因此连接github出错,你可以先运行 ssh git |
hexo init时报错,如下:
hexo的版本是4.2.0。git可以正常连接github.com。求问这是个什么问题。 |
INFO Cloning hexo-starter https://github.com/hexojs/hexo-starter.git WARN git clone failed. Copying data instead |
执行完npm install -g hexo-cli之后,进入新建的文件夹(路径为E:\blog),执行hexo init,报错如下():
ERROR Local hexo not found in E:
ERROR Try running: 'npm install hexo --save'
The text was updated successfully, but these errors were encountered: