<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I took care of the permissions. Now it says:<br>
    <br>
    <meta charset="utf-8">
    <pre style="white-space: pre-wrap; word-wrap: break-word; margin: 0px; color: rgb(0, 0, 0); font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); ">Caused by: <a class="lowkey" href="http://stacktrace.jenkins-ci.org/search?query=hudson.plugins.git.GitException" style="text-decoration: none; color: inherit; ">hudson.plugins.git.GitException</a>: Command "git tag -a -f -m Jenkins Build #13 jenkins-SqueakTrunk-13" returned status code 128:
stdout: 
stderr: 
*** Please tell me who you are.

Run

  git config --global user.email <a class="moz-txt-link-rfc2396E" href="mailto:you@example.com">"you@example.com"</a>
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.</pre>
    <br>
    I did some of that and it is not yet mollified:<br>
    <br>
    chriscunnington@box3-squeak:/var/lib/jenkins$ git config --global
    user.email <a class="moz-txt-link-rfc2396E" href="mailto:frank.shearar@gmail.com">"frank.shearar@gmail.com"</a><br>
    chriscunnington@box3-squeak:/var/lib/jenkins$ git config --global
    user.name "Frank Shearar"<br>
    <br>
    Chris <br>
  </body>
</html>