• 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
  • 相关阅读:
    Python基础5_字典,集合
    Python基础3_基本数据类型,字符串,for循环
    Python基础2_while循环,格式化输出,基本运算符,编码,
    Python基础1_初识,注释,变量,if语句
    编写高质量代码[读书笔记]
    php地方天气
    [head first php&mysql]读书笔记-基本的安全信息(第五章)
    上传本地图片
    检测IE
    underscore源码解析(实用的功能)
  • 原文地址:https://www.cnblogs.com/marklove/p/9914312.html
Copyright © 2020-2023  润新知