hexojs / hexo-deployer-git

Git deployer plugin for Hexo.
MIT License
579 stars 121 forks source link

multi-git-deployer go wrong #18

Closed gejiawen closed 8 years ago

gejiawen commented 9 years ago
deploy:
  type: git
  message: [message]
  repo: 
    github: <repository url>,[branch]
    gitcafe: <repository url>,[branch]

我采用如上的方式去配置_config.yml文件,目的就是想要同时推送到多个remote,悲剧的是,在推送时报错了。

报错信息跟这个很类似,不过我是在本地操作也是报错。

环境如下,

{ 'hexo-site': '0.0.0',
  npm: '3.4.1',
  ares: '1.10.1-DEV',
  http_parser: '2.5.0',
  icu: '56.1',
  modules: '47',
  node: '5.0.0',
  openssl: '1.0.2d',
  uv: '1.7.5',
  v8: '4.6.85.28',
  zlib: '1.2.8' }
Xuanwo commented 8 years ago

@gejiawen , 你好,请问使用最新版本的插件还有问题么?

gejiawen commented 8 years ago

使用了hexp-deployer-git@0.0.4之后没问题了。

我之前尝试过npm update怎么没有自动从0.0.3升级到0.0.4呢 :cry: