Jenkins can not clone Git repository over Git/SSH on Windows

后端 未结 8 1072
走了就别回头了
走了就别回头了 2020-12-13 20:06

I have successfully cloned Git repository in Jenkins over Git/SSH on Windows 2008 32-bit. When I tried to do the same on Windows 2008 64-bit, Console Output page ge

8条回答
  •  独厮守ぢ
    2020-12-13 20:44

    When you have to use any configuration options from a per-user configuration file eg. ~/.ssh/config you can put them in C:\Program Files (x86)\Git\etc\ssh\ssh_config, the key files can be put in C:\Program Files (x86)\Git.ssh

提交回复
热议问题