zoukankan      html  css  js  c++  java
  • git 超时 时长 设置?

    [Pipeline] { (Checkout)
    [Pipeline] checkout
     > git.exe rev-parse --is-inside-work-tree # timeout=10
    Fetching changes from the remote Git repository
     > git.exe config remote.origin.url file:////Foo/Bar/.git # timeout=10
    Fetching upstream changes from file:////Foo/Bar/.git
     > git.exe --version # timeout=10
     > git.exe fetch --tags --progress file:////Foo/Bar/.git +refs/heads/*:refs/remotes/origin/*
    ERROR: Timeout after 10 minutes
    
     https://issues.jenkins-ci.org/browse/JENKINS-40069

    REGEDIT4

    [HKEY_LOCAL_MACHINESoftwareTigris.orgSubversionServersgroups]

    [HKEY_LOCAL_MACHINESoftwareTigris.orgSubversionServersglobal]
    "#http-auth-types"="basic;digest;negotiate"
    "#http-compression"="yes"
    "#http-library"=""
    "#http-proxy-exceptions"=""
    "#http-proxy-host"=""
    "#http-proxy-password"=""
    "#http-proxy-port"=""
    "#http-proxy-username"=""
    "http-timeout"="1"
    "#neon-debug-mask"=""
    "#ssl-authority-files"=""
    "#ssl-client-cert-file"=""
    "#ssl-client-cert-password"=""
    "#ssl-pkcs11-provider"=""
    "#ssl-trust-default-ca"=""
    "#store-auth-creds"="yes"
    "#store-passwords"="yes"
    "#store-plaintext-passwords"="ask"
    "#store-ssl-client-cert-pp"="yes"
    "#store-ssl-client-cert-pp-plaintext"="ask"
    "#username"=""

    [HKEY_CURRENT_USERSoftwareTigris.orgSubversionConfigauth]
    "#password-stores"="windows-cryptoapi"

    [HKEY_CURRENT_USERSoftwareTigris.orgSubversionConfighelpers]
    "#diff-cmd"=""
    "#diff-extensions"="-u"
    "#diff3-cmd"=""
    "#diff3-has-program-arg"=""
    "#editor-cmd"="notepad"
    "#merge-tool-cmd"=""

    [HKEY_CURRENT_USERSoftwareTigris.orgSubversionConfig unnels]

    [HKEY_CURRENT_USERSoftwareTigris.orgSubversionConfigmiscellany]
    "#enable-auto-props"="no"
    "#global-ignores"="*.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo *.rej *~ #*# .#* .*.swp .DS_Store"
    "#interactive-conflicts"="yes"
    "#log-encoding"=""
    "#mime-types-file"=""
    "#no-unlock"="no"
    "#preserved-conflict-file-exts"="doc ppt xls od?"
    "#use-commit-times"="no"

    [HKEY_CURRENT_USERSoftwareTigris.orgSubversionConfigauto-props]

       hg代理设置

    hg config --edit 

       [http_proxy]
       host=127.0.0.1:8087
  • 相关阅读:
    HTML CSS3 手风琴菜单
    python代码- post请求图片上传
    python 一行代码生成 二维码
    Jenkins 中定时任务构建
    Jenkins 常用插件
    window系统,GitLab 远程与本地 SSH 认证连接
    Jmeter+Maven+Jenkins+Git接口自动化流程
    jmeter 响应中有中文乱码问题,解决
    Excel文件导入功能 用例设计思路
    Jmeter01 -mac下的安装
  • 原文地址:https://www.cnblogs.com/marklove/p/9914312.html
Copyright © 2011-2022 走看看