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 34b3f1c commit f29923fCopy full SHA for f29923f
book/04-git-server/sections/protocols.asc
@@ -144,7 +144,7 @@ Git 的数据是以基本的静态文件形式提供的(详情见 <<ch10-git-i
144
145
(((protocols, SSH)))
146
架设 Git 服务器时常用 SSH 协议作为传输协议。
147
-因为大多数环境下已经支持通过 SSH 访问 —— 即时没有也比较很容易架设。
+因为大多数环境下服务器已经支持通过 SSH 访问 —— 即使没有也很容易架设。
148
SSH 协议也是一个验证授权的网络协议;并且,因为其普遍性,架设和使用都很容易。
149
150
通过 SSH 协议克隆版本库,你可以指定一个 `ssh://` 的 URL:
0 commit comments