hexo deploy 报错 TypeError: source.replace is not a function

配置文件 _config.yml

必须严格按照特定的格式

type,repo,branch前两个空格,“:”后面一个空格,type和repo后面都要有一个空格,差一个都不行

deploy:
  type: git
  repo: url
  branch: master

你可能感兴趣的:(hexo deploy 报错 TypeError: source.replace is not a function)