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?
After installing the git plugin you can configure git name and email in Jenkins "Configure System" page...