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
  • 相关阅读:
    hdu 4370
    lightoj 1074
    poj 1026
    poj 3159
    poj3660 cow contest
    hdu 4069 垃圾数独
    操作系统概念题复习
    ARM指令
    C++ 抢占时优先级进程调度
    Docker 入门
  • 原文地址:https://www.cnblogs.com/marklove/p/9914312.html
Copyright © 2011-2022 走看看