这是indexloc提供的服务,不要输入任何密码
Skip to content

Roots 4.0.0 won't deploy -to gh-pages #700

@eliwilliamson

Description

@eliwilliamson

hangs and returns the following error

{ [Error: read ETIMEDOUT]
  defaultMessage: 'Internal Server Error',
  message: 'read ETIMEDOUT',
  code: '500' }
Potentially unhandled rejection [6] read ETIMEDOUT
  at Object.proto.sendError (/usr/local/lib/node_modules/roots/node_modules/ship/node_modules/github/api/v3.0.0/index.js:30:19)
  at /usr/local/lib/node_modules/roots/node_modules/ship/node_modules/github/api/v3.0.0/gitdata.js:83:29
  at ClientRequest.<anonymous> (/usr/local/lib/node_modules/roots/node_modules/ship/node_modules/github/index.js:786:17)
  at emitOne (events.js:77:13)
  at ClientRequest.emit (events.js:169:7)
  at TLSSocket.socketErrorListener (_http_client.js:259:9)
  at emitOne (events.js:77:13)
  at TLSSocket.emit (events.js:169:7)
  at emitErrorNT (net.js:1253:8)
  at doNTCallback2 (node.js:441:9)
  at process._tickCallback (node.js:355:17)

No issues in my app.coffee file as far as i can tell

axis            = require 'axis'
rupture         = require 'rupture'
sass            = require 'node-sass'
autoprefixer    = require 'autoprefixer-stylus'
js_pipeline     = require 'js-pipeline'
css_pipeline    = require 'css-pipeline'

module.exports =
  ignores: ['readme.md', '**/layout.*', '**/_*', '.gitignore', 'ship.*conf']

  extensions: [
    js_pipeline(files: 'assets/js/*.js'),
    css_pipeline(files: 'assets/css/*.scss')
  ]

  stylus:
    use: [axis(), rupture(), autoprefixer()]
    sourcemap: true

  'coffee-script':
    sourcemap: true

  jade:
    pretty: true

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions