-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Description
In my gulpfile I have
gulp.task 'git-add-all', ->
return gulp.src '*'
.pipe git.add { args: '--all' }
gulp.task 'git-commit', ->
return gulp.src '*'
.pipe git.commit "gulp autocommit"
When i do
gulp git-add-all && gulp git-commit
i'm getting
[16:22:56] 'git-commit' errored after 1.06 s
[16:22:56] Error: stdout maxBuffer exceeded.
at Socket.<anonymous> (child_process.js:699:13)
at Socket.emit (events.js:95:17)
at Socket.<anonymous> (_stream_readable.js:765:14)
at Socket.emit (events.js:92:17)
at emitReadable_ (_stream_readable.js:427:10)
at emitReadable (_stream_readable.js:423:5)
at readableAddChunk (_stream_readable.js:166:9)
at Socket.Readable.push (_stream_readable.js:128:10)
at Pipe.onread (net.js:529:21)
Is this a gulp-git
error or am i doing something wrong?
Metadata
Metadata
Assignees
Labels
No labels