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
  • 相关阅读:
    sql优化
    es和solr
    RabbitMQ 整理
    redis分布式缓存
    redis集群
    drf-jwt第三方插件,DRF的三大认证的具体使用,多方式登陆的实现
    自定义路由组件,Django的admin后台管理,DRF的三大认证,jwt认证
    DRF视图家族
    导包补充,深度查询(深度序列化),十大接口
    三流,内部类,基表,表关系,断开表关联,外键字段属性
  • 原文地址:https://www.cnblogs.com/marklove/p/9914312.html
Copyright © 2011-2022 走看看