鱼C论坛

 找回密码
 立即注册
查看: 1151|回复: 2

[已解决]hexo部署到github时报错spawn failed

[复制链接]
发表于 2023-5-4 09:17:38 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能^_^

您需要 登录 才可以下载或查看,没有账号?立即注册

x

报错截图

报错截图

_config.yml配置如下:
# Hexo Configuration
## Docs: https://hexo.io/docs/configuration.html
## Source: https://github.com/hexojs/hexo/

# Site
title: Hexo
subtitle: ''
description: ''
keywords:
author: John Doe
language: en
timezone: ''

# URL
## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
url: https://ZhihanXing39.github.io
permalink: :year/:month/:day/:title/
permalink_defaults:
pretty_urls:
  trailing_index: true # Set to false to remove trailing 'index.html' from permalinks
  trailing_html: true # Set to false to remove trailing '.html' from permalinks

# Directory
source_dir: source
public_dir: public
tag_dir: tags
archive_dir: archives
category_dir: categories
code_dir: downloads/code
i18n_dir: :lang
skip_render:

# Writing
new_post_name: :title.md # File name of new posts
default_layout: post
titlecase: false # Transform title into titlecase
external_link:
  enable: true # Open external links in new tab
  field: site # Apply to the whole site
  exclude: ''
filename_case: 0
render_drafts: false
post_asset_folder: false
relative_link: false
future: true
highlight:
  enable: true
  line_number: true
  auto_detect: false
  tab_replace: ''
  wrap: true
  hljs: false
prismjs:
  enable: false
  preprocess: true
  line_number: true
  tab_replace: ''

# Home page setting
# path: Root path for your blogs index page. (default = '')
# per_page: Posts displayed per page. (0 = disable pagination)
# order_by: Posts order. (Order by date descending by default)
index_generator:
  path: ''
  per_page: 10
  order_by: -date

# Category & Tag
default_category: uncategorized
category_map:
tag_map:

# Metadata elements
## https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta
meta_generator: true

# Date / Time format
## Hexo uses Moment.js to parse and display date
## You can customize the date format as defined in
## http://momentjs.com/docs/#/displaying/format/
date_format: YYYY-MM-DD
time_format: HH:mm:ss
## updated_option supports 'mtime', 'date', 'empty'
updated_option: 'mtime'

# Pagination
## Set per_page to 0 to disable pagination
per_page: 10
pagination_dir: page

# Include / Exclude file(s)
## include:/exclude: options only apply to the 'source/' folder
include:
exclude:
ignore:

# Extensions
## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/
theme: landscape

# Deployment
## Docs: https://hexo.io/docs/one-command-deployment
deploy:
  type: git
  repo: https://github.com/ZhihanXing39/ZhihanXing39.github.io.git
  branch: master
最佳答案
2023-5-7 15:06:34
你好,根据你提供的配置文件以及错误信息,我猜测报错可能是由于没有安装部署所需的依赖包或者配置文件中的错误导致的。建议按照以下步骤进行排查:

确认已经安装 hexo-deployer-git 插件,可以通过在命令行中输入 npm install hexo-deployer-git --save 进行安装。

确认配置文件中 deploy 部分的信息是否填写正确,repo 填写的地址需要与你的远程仓库地址一致。

确认本地仓库是否有变更,如有变更需要先进行提交,再进行部署。

如果以上步骤都没有解决问题,建议检查一下命令行提示的具体错误信息,或者提供更多相关信息以便更好地帮助你解决问题
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2023-5-7 14:54:44 | 显示全部楼层
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2023-5-7 15:06:34 | 显示全部楼层    本楼为最佳答案   
你好,根据你提供的配置文件以及错误信息,我猜测报错可能是由于没有安装部署所需的依赖包或者配置文件中的错误导致的。建议按照以下步骤进行排查:

确认已经安装 hexo-deployer-git 插件,可以通过在命令行中输入 npm install hexo-deployer-git --save 进行安装。

确认配置文件中 deploy 部分的信息是否填写正确,repo 填写的地址需要与你的远程仓库地址一致。

确认本地仓库是否有变更,如有变更需要先进行提交,再进行部署。

如果以上步骤都没有解决问题,建议检查一下命令行提示的具体错误信息,或者提供更多相关信息以便更好地帮助你解决问题
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 1 反对 0

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-12-23 21:45

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表