hexo d报错的问题
hexo-deployer-git 安装了,运行hexo clean && hexo g && hexo d
报错
bash: /dev/tty: No such device or address
error: failed to execute prompt script (exit code 1)
fatal: could not read Username for 'https://github.com': No error
FATAL Something's wrong. Maybe you can find the solution here: http://hexo.io/docs/troubleshooting.html
Error: bash: /dev/tty: No such device or address
error: failed to execute prompt script (exit code 1)
fatal: could not read Username for 'https://github.com': No error
at ChildProcess.<anonymous> (D:\jasminecjc.github.io\node_modules\.0.6.0@hexo-util\lib\spawn.js:37:17)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at ChildProcess.cp.emit (D:\jasminecjc.github.io\node_modules\.4.0.2@cross-spawn\lib\enoent.js:40:29)
at maybeClose (internal/child_process.js:850:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)
在官网找到了相同的问题描述,但底下评论说的用git bash不管用,我本来就用的是git bash,还有重装hexo-deployer-git我也试了不管用,这个问题怎么解决呢,另知乎也有这个问题,也没有解决方案,过程的话我是照着这篇博客做的,只不过选了不同的主题,其他步骤都一样
另外,为啥我取标题为 hexo d fatal: could not read Username for 'https://github.com': No error 的问题 就一直保存失败呀,换了个标题才行
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
segmentfault上有一个看起来和你类似的问题,供参考。