Gitea v1.21.1 中文文档: 优雅地关闭运行中的进程 restart : 优雅地重新启动运行中的进程(对于Windows服务器尚未实现) flush-queues : 刷新运行中的进程中的队列 选项: --timeout value : 刷新过程的超时时间(默认值: 1m0s) --non-blocking : 设置为true,以在返回之前不等待刷新完成 logging : 调整日志命令 命令: pause 首页关键词元标签。 MIN_TIMEOUT : 10s: 这些选项控制通知端点定期轮询以更新通知计数。在页面加载后,通知计数将在 MIN_TIMEOUT 之后进行检查。如果通知计数未更改,超时时间将按照 TIMEOUT_STEP 增加到 MAX_TIMEOUT 。将 MIN_TIMEOUT 设置为 -1 以关闭该功能。 MAX_TIMEOUT : 60s. TIMEOUT_STEP : 10s PROXY_PROTOCOL_TLS_BRIDGING : false: 协议为 https 时,在 TLS 协商后预期 PROXY 协议头。 PROXY_PROTOCOL_HEADER_TIMEOUT : 5s: 等待 PROXY 协议头的超时时间(设置为 0 表示没有超时)。 PROXY_PROTOCOL_ACCEPT_UNKNOWN : false:接受带有未知类型的 PROXY0 码力 | 303 页 | 3.88 MB | 1 年前3
Pro Git 2nd Edition 2.1.413com/dustin/grit.git |\ | * 420eac9 Add method for getting the current branch * | 30e367c Timeout code and tests * | 5a09431 Add timeout protection to grit * | e1193f8 Support for heads with slashes in them |/ * d6016bc plain-text file is saved (the default is ~/.git-credentials). The “cache” helper accepts the -- timeoutoption, which changes the amount of time its daemon is kept running (the default is “900” in: [credential] helper = store --file /mnt/thumbdrive/.git-credentials helper = cache --timeout 30000 Under the Hood How does this all work? Git’s root command for the credential-helper system 0 码力 | 731 页 | 21.49 MB | 1 年前3
Pro Git 2nd Edition 2.1.413com/dustin/grit.git |\ | * 420eac9 Add method for getting the current branch * | 30e367c Timeout code and tests 43 * | 5a09431 Add timeout protection to grit * | e1193f8 Support for heads with slashes in them |/ * plain-text file is saved (the default is ~/.git-credentials). The “cache” helper accepts the --timeoutoption, which changes the amount of time its daemon is kept running (the default is “900” in: [credential] helper = store --file /mnt/thumbdrive/.git-credentials helper = cache --timeout 30000 Under the Hood How does this all work? Git’s root command for the credential-helper system 0 码力 | 501 页 | 17.96 MB | 1 年前3
Pro Git 2nd Edition 2.1.413 com/dustin/grit.git |\ | * 420eac9 Add method for getting the current branch * | 30e367c Timeout code and tests * | 5a09431 Add timeout protection to grit * | e1193f8 Support for heads with slashes in them |/ * d6016bc plain-text file is saved (the default is ~/.git-credentials). The “cache” helper accepts the --timeoutoption, which changes the amount of time its daemon is kept running (the default is “900” in: [credential] helper = store --file /mnt/thumbdrive/.git-credentials helper = cache --timeout 30000 Under the Hood How does this all work? Git’s root command for the credential-helper system 0 码力 | 691 页 | 13.35 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66com/dustin/grit |\ | * 420eac9 Added a method for getting the current branch. * | 30e367c timeout code and tests * | 5a09431 add timeout protection to grit * | e1193f8 support for heads with slashes in them |/ * d6016bc 部分辅助工具有一些选项。 “store” 模式可以接受一个 --file参数,可以自定义存放密码的文件路 径(默认是 ~/.git-credentials )。 “cache” 模式有 --timeout 参数,可以设置后台进 程的存活时间(默认是 “900”,也就是 15 分钟)。 下面是一个配置 “store” 模式自定义路径的例子: 329 $ git config 配置文件如下: [credential] helper = store --file /mnt/thumbdrive/.git-credentials helper = cache --timeout 30000 底层实现 这些是如何实现的呢? Git 凭证辅助工具系统的命令是 git credential,这个命令接收一个参数,并通过标 准输入获取更多的参数。 举一个例子更容易理解。 0 码力 | 501 页 | 19.30 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66com/dustin/grit |\ | * 420eac9 Added a method for getting the current branch. * | 30e367c timeout code and tests * | 5a09431 add timeout protection to grit * | e1193f8 support for heads with slashes in them |/ * d6016bc 部分辅助工具有一些选项。 “store” 模式可以接受一个 --file参数, 可以自定义存放密码的文件路径(默认是 ~/.git-credentials )。 “cache” 模式有 --timeout 参数,可以设置后台进程的存活时间(默认是 “900”,也就是 15 分钟)。 下面是一个配置 “store” 模式自定义路径的例 子: $ git config --global 配置文件如下: [credential] helper = store --file /mnt/thumbdrive/.git-credentials helper = cache --timeout 30000 底层实现 这些是如何实现的呢? Git 凭证辅助工具系统的命令是 git credential,这个 命令接收一个参数,并通过标准输入获取更多的参数。 举一个例子更容易理解。 0 码力 | 670 页 | 13.59 MB | 1 年前3
共 6 条
- 1













