Problem with Hudson + Git + Gitosis on windows

后端 未结 1 1147
挽巷
挽巷 2020-12-11 08:40

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

1条回答
  •  無奈伤痛
    2020-12-11 09:04

    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

    0 讨论(0)
提交回复
热议问题