首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >从GitHub超时获取更改的Jenkins git插件

从GitHub超时获取更改的Jenkins git插件
EN

Stack Overflow用户
提问于 2016-06-09 15:00:32
回答 1查看 628关注 0票数 0

我知道这个问题已经问过很多次了。我的例子是这样的:我有一个DEV和PROD服务器,它们的git 1.9.5版本都安装在相同的位置。

  1. 它对DEV有效,但不能刺激。
  2. 它适用于github.com,但不适用于我公司的github实例github.opp.com。
  3. git相关插件的差异是附加的,不确定是否是问题所在。上面的是DEV。

代码语言:javascript
复制
Building remotely on public_jendevslave_1 in workspace D:\public_jendevslave_1\workspace\DevOps\Test-GitHub
 > D:\Git\bin\git.exe rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > D:\Git\bin\git.exe config remote.origin.url http://github.opp.com/DevOps/Sample.git # timeout=10
Fetching upstream changes from http://github.opp.com/DevOps/Sample.git
 > D:\Git\bin\git.exe --version # timeout=10
using .gitcredentials to set credentials
 > D:\Git\bin\git.exe config --local credential.username svc_appbuilder_dev # timeout=10
 > D:\Git\bin\git.exe config --local credential.helper store --file=\"C:\Users\SVC_SE~2\AppData\Local\Temp\git9162421949136116258.credentials\" # timeout=10
 > D:\Git\bin\git.exe -c core.askpass=true fetch --tags --progress http://github.opp.com/DevOps/Sample.git +refs/heads/*:refs/remotes/origin/*
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2016-06-10 17:56:02

最后切换到git来解决这个问题。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/37729619

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档