Windows上的Jenkins 1.6中的Git Client没有克隆远程git(Bitbucket)存储库,超时

时间:2015-12-08 10:49:37

标签: git jenkins

我有一个bitbucket存储库,我想在jenkins 1.6的工作中获取它,Git Client和Git插件是最新的。 git的工作配置没有名称,refspec和其他行为。存储库URL为https://bitbucket.org/charlieapp/proejct-name.git。我在下拉列表中使用用户名和密码指定了凭据。当我运行该作业时,我在控制台日志中出现以下错误:

  

由匿名用户启动   在工作区C:\ Program Files(x86)\ Jenkins \ workspace \ Charlie Portal构建和部署中构建   git.exe rev-parse --is-inside-work-tree #timeout = 10   从远程Git存储库中获取更改   git.exe config remote.origin.url https://bitbucket.org/charlieapp/proejct-name.git #timetime = 10   从https://bitbucket.org/charlieapp/proejct-name.git获取上游更改   git.exe --version #timeout = 10   使用.gitcredentials设置凭据   git.exe config --local credential.username user#timeout = 10   git.exe config --local credential.helper store --file = \“C:\ Windows \ TEMP \ git466607659423377716.credentials \”#timeout = 10   设置http代理:172.18.65.22:80   git.exe -c core.askpass = true fetch --tags --progress https://bitbucket.org/charlieapp/proejct-name.git + refs / heads / :refs / remotes / origin /   错误:10分钟后超时   git.exe config --local --remove-section credential #timetime = 10   错误:获取远程repo'origin'时出错   错误:获取远程仓库'origin'时出错

0 个答案:

没有答案