我正试着把我的hexo上传到github页面。
$ hexo g -d
INFO Validating config
Inferno is in development mode.
INFO === Checking package dependencies ===
INFO === Checking theme configurations ===
INFO === Registering Hexo extensions ===
INFO Start processing
INFO Files loaded in 740 ms
INFO 0 files generated in 182 ms
INFO Deploying: git
INFO Clearing .deploy_git folder...
INFO Copying files from public folder...然后它将在此停止,不报告任何错误。没有任何内容上传到我的github存储库。我可以在.deploy_git中看到最新的文档。我发现我可以在.deploy_git中使用'git push‘来上传到我的存储库。
我非常确定我会在_config.yml中的每个冒号后面添加空格。而且链接绝对是正确的。关于这个问题有什么想法吗?
发布于 2021-02-09 14:05:19
运行:
npm un hexo-deployer-git
npm i hexojs/hexo-deployer-githttps://github.com/hexojs/hexo/issues/4634
测试是有效的。
https://stackoverflow.com/questions/66086326
复制相似问题