bash devtty No such device or address

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. (C:\Blog\blog\node_modules\hexo-util\lib\spawn.js:37:17)
    at emitTwo (events.js:106:13)
    at ChildProcess.emit (events.js:191:7)
    at ChildProcess.cp.emit (C:\Blog\blog\node_modules\cross-spawn\lib\enoent.js:40:29)
    at maybeClose (internal/child_process.js:886:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)

如果本地体验没有问题,上传到GitHub有问题的话,可以直接使用git上传C:\Blog\blog.deploy_git目录下的

解决办法:修改Blog\blog目录下的_config.yml文件如下

#repo 不能直接用https://github.com/ScnuWang/ScnuWang.github.io.git
deploy:
type: git
repo: ssh://[email protected]/ScnuWang/ScnuWang.github.io.git
branch: master

你可能感兴趣的:(随笔,hexo)