Using a a Signature created with the `now` function make the process crash. Easy workaround: ``` js var now = Math.round(Date.now() / 1000); var author = ngit.Signature.create(authorName, authorMail, now, 0); ```