Hello Douglas, a 401 looks to me like you are trying to access the repository with the http URI. Did you use the ssh-uri of the form: [email protected]:USERNAME/PROJECTNAME.git? For the http URI you have to provide username/password instead of the SSH keys.
Regards Mirko On Sun, Mar 4, 2012 at 19:32, domi <[email protected]> wrote: > Did you try to clone the repo as root too? > If Jenkins is running as root, then root needs permission to clone. > /Domi > > On 04.03.2012, at 18:32, Douglas Ferguson wrote: > >> I'm getting errors trying to use git (github) as my scm. >> >> It blows up with a 401 when trying to clone the repo. I've verified >> that my ssh keys are setup properly, I can ssh to github. >> I've tried all sorts of variations of the url, etc. >> >> Any tips? >> >> Couple of things that are noteworthy >> >> 1) Jenkins is running as root >> 2) It is a private repository >
