Skip to content

Commit fe539e0

Browse files
author
zhch
committed
同步中英版本的行数
1 parent 8f297b4 commit fe539e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

book/10-git-internals/sections/environment.asc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Git 使用 `curl` 库通过 HTTP来完成网络操作, 所以 *`GIT_CURL_VERBO
9191
*`GIT_SSL_NO_VERIFY`* 告诉 Git 不用验证 SSL 证书。
9292
这在有些时候是需要的, 例如你用一个自己签名的证书通过 HTTPS 来提供 Git 服务, 或者你正在搭建 Git 服务器,还没有安装完全的证书。
9393

94+
9495
如果 Git 操作在网速低于 *`GIT_HTTP_LOW_SPEED_LIMIT`* 字节/秒,并且持续 *`GIT_HTTP_LOW_SPEED_TIME`* 秒以上的时间,Git 会终止那个操作。
9596
这些值会覆盖 `http.lowSpeedLimit` 和 `http.lowSpeedTime` 配置的值。
9697

0 commit comments

Comments
 (0)