Skip to content

Commit

Permalink
更正 curl 命令参数
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherry520 committed Aug 9, 2024
1 parent 2149fda commit 4527049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/10-git-internals/sections/maintenance.asc
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Git 有很多很棒的功能,但是其中一个特性会导致问题,`git cl

[source,console]
----
$ curl https://www.kernel.org/pub/software/scm/git/git-2.1.0.tar.gz > git.tgz
$ curl -L https://www.kernel.org/pub/software/scm/git/git-2.1.0.tar.gz > git.tgz
$ git add git.tgz
$ git commit -m 'add git tarball'
[master 7b30847] add git tarball
Expand Down

0 comments on commit 4527049

Please sign in to comment.