I have git and gitosis running smoothly on windows with msysgit (with OpenSSH), and I would now like Hudson to start using git.
So, I have ensured that the hudson wi
I get prompted for the git user's password
It should mean it doesn't find your public/private ssh key, most probably because, when Hudson runs a job, it has no %HOME% environment variable. You should make sure a %HOME% is set under which a git process could find a .ssh directory
%HOME%
.ssh