Publish fails when no git author config on server

Issue #9 resolved
Timothy Pettersen created an issue

I'm testing the new Stash Realtime Editor. But it fails to commit...:

2013-04-09 19:41:02,777 ERROR [ajp-bio-127.0.0.1-7991-exec-362] 1181x26545x1 1p3t5lj "POST /mvc/error500 HTTP/1.1" c.a.s.i.web.ErrorPageController There was an unhandled exception loading [/plugins/servlet/edit/projects/SAND/repos/sandbox-arjans/helloword.txt] com.atlassian.stash.exception.ServerException: An error occurred while executing an external process: '/usr/local/bin/git commit-tree -p b32535faea73a8ee1bdf8228a2538e9bcefa27cd -m Online edit. dea19befa2568deb923e39d3efeea8edd1186a3c' exited with code 128 saying: *** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: empty ident name (for <XXXXXXXXXX>) not allowed

Comments (2)

  1. Log in to comment