git 使用——关于使用指令hexo d 出现一大串waring以及无法成功部署到github的解决办法

    xiaoxiao2021-04-14  78

    如果你使用hexo d出现了一大串warnig 或者问题 比如

    INFO Deploying: git INFO Clearing .deploy folder... INFO Copying files from public folder... warning: LF will be replaced by CRLF in 2015/12/05/hello-world/index.html. The file will have its original line endings in your working directory. …… warning: LF will be replaced by CRLF in index.html. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in js/script.js. The file will have its original line endings in your working directory. On branch master nothing to commit, working directory clean bash: /dev/tty: No such device or address error: failed to execute prompt script (exit code 1) fatal: could not read Username for 'GitHub · Where software is built': No error FATAL Something's wrong. Maybe you can find the solution here: Troubleshooting Error: bash: /dev/tty: No such device or address error: failed to execute prompt script (exit code 1) 等等 可以尝试一下集中办法

    1.在git 命令行中输入hexo clean 。然后再进行一次尝试,成功则完美,不行就试试第二步

    2.在hexo 目录下删除这个文件

    然后再进行一次尝试。就可以了。

    如果还不行,那就再重新找找其他办法吧==。  不过我自己是这样成功的,如果可以 不要忘了点个赞哦~

    转载请注明原文地址: https://ju.6miu.com/read-670307.html

    最新回复(0)