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

时间:2016-06-09 15:00:33

标签: git jenkins

我知道这个问题已被多次询问过。我的情况是这样的:我有一个DEV和PROD Windows服务器,他们将相同版本的git 1.9.5安装到同一个位置。

  1. 适用于DEV,但不适用于PROD。
  2. 它适用于github.com,但不适用于我公司的github实例,github.opp.com。
  3. 附加了git相关插件的不同之处,不确定是否存在问题。上层是DEV。
  4. enter image description here

    enter image description here

    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/*
    

1 个答案:

答案 0 :(得分:0)

最终切换到git ssh来解决此问题。