I’m trying to set up hudson with git according to this article,
but I still get git errors during build:
FATAL: Could not apply tag-PROJECTNAME-ID
...
Caused by: hudson.plugins.git.GitException: Command returned status code 128:
*** Please tell me who you are.
running: git config --global user.name shows valid data, .gitconfig is accessible.
How to correct those errors?
If might need both
user.nameanduser.email.There is actually an open ticket to set them automatically.
It might also be a Hudson server issue:
As mentioned here, you might have a special tomcat6 user with no account (no login allowed, with no shell: I quote “tomcat6はログイン不許可( シェルは/bin/false)ってなっている”), in which case you need to setup user.name and email on the system level)
If you are using the tomcat6 user in Hudson, Hudson will need to see that user in the /etc/passwd, as mentioned here: