We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f297b4 commit fe539e0Copy full SHA for fe539e0
book/10-git-internals/sections/environment.asc
@@ -91,6 +91,7 @@ Git 使用 `curl` 库通过 HTTP来完成网络操作, 所以 *`GIT_CURL_VERBO
91
*`GIT_SSL_NO_VERIFY`* 告诉 Git 不用验证 SSL 证书。
92
这在有些时候是需要的, 例如你用一个自己签名的证书通过 HTTPS 来提供 Git 服务, 或者你正在搭建 Git 服务器,还没有安装完全的证书。
93
94
+
95
如果 Git 操作在网速低于 *`GIT_HTTP_LOW_SPEED_LIMIT`* 字节/秒,并且持续 *`GIT_HTTP_LOW_SPEED_TIME`* 秒以上的时间,Git 会终止那个操作。
96
这些值会覆盖 `http.lowSpeedLimit` 和 `http.lowSpeedTime` 配置的值。
97
0 commit comments