当我们在Jenkins工具中为项目[employee-model]执行maven发布时,我们遇到了以下错误。
{{1}}
答案 0 :(得分:0)
好像你的问题不是Jenkins而是git帐号。 从OS尝试首先运行,作为jenkins用户(假设linux):
cd .../path/to/project/
git push
您将收到相同的错误消息:
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
发出' git config'建议的命令,并尝试再次推送。如果它修好了 - 詹金斯也应该没问题。