I'm trying to get my Jenkins server to authenticate with GitHub so I can build when changes are pushed. I've tried this https://help.github.com/articles/generating-ssh-keys a dozen times with no luck. Every time I try to fetch from Jenkins it times out after 10 minutes.
相关问题
- How to add working directory to deployment in GitH
- JavaScript File Transfer SSH
- Why does recursive submodule update from github fa
- Extended message for commit via Visual Studio Code
- Jenkins - cmd is not recognized
相关文章
- dotnet restore还原nuget包时无法加载 https://api.nuget.org/
- 请教Git如何克隆本地库?
- jenkins在window集群环境中如何部署自动化发布?
- jenkins + Publish over FTP 自动部署前端React项目
- jenkins自定打包部署React前端项目遇到的问题。
- java开发bug问题:GitHub授权登录无法获取授权账号信息?
- Check if directory exists on remote machine with s
- Best way to manage docker containers with supervis
Are you generating your ssh key from the Jenkins server? If so, are you able to
git clone
orpull
manually from your Jenkins server?EDIT:
Check out this link and see if this helps any:
EDIT 2:
If you're using windows and msysgit take a look at this SO answer