Skip to content

Commit

Permalink
Fix typo for protocols.asc
Browse files Browse the repository at this point in the history
update "即支持...也" to "既支持...也"
update "登录的用" to "登录的用户"
  • Loading branch information
moralok authored and networm committed Feb 20, 2024
1 parent a7baa05 commit 3d440f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/04-git-server/sections/protocols.asc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Git 1.6.6 版本引入了一种新的、更智能的协议,让 Git 可以像
智能 HTTP 的运行方式和 SSH 及 Git 协议类似,只是运行在标准的 HTTP/S 端口上并且可以使用各种 HTTP 验证机制,
这意味着使用起来会比 SSH 协议简单的多,比如可以使用 HTTP 协议的用户名/密码授权,免去设置 SSH 公钥。

智能 HTTP 协议或许已经是最流行的使用 Git 的方式了,它即支持像 `git://` 协议一样设置匿名服务,
智能 HTTP 协议或许已经是最流行的使用 Git 的方式了,它既支持像 `git://` 协议一样设置匿名服务,
也可以像 SSH 协议一样提供传输时的授权和加密。
而且只用一个 URL 就可以都做到,省去了为不同的需求设置不同的 URL。
如果你要推送到一个需要授权的服务器上(一般来讲都需要),服务器会提示你输入用户名和密码。
Expand Down Expand Up @@ -169,7 +169,7 @@ $ git clone ssh://[user@]server/project.git
$ git clone [user@]server:project.git
----

在上面两种情况中,如果你不指定可选的用户名,那么 Git 会使用当前登录的用的名字
在上面两种情况中,如果你不指定可选的用户名,那么 Git 会使用当前登录的用户的名字

===== 优势

Expand Down

0 comments on commit 3d440f6

Please sign in to comment.