We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2149fda commit 21dea47Copy full SHA for 21dea47
book/10-git-internals/sections/maintenance.asc
@@ -197,7 +197,7 @@ Git 有很多很棒的功能,但是其中一个特性会导致问题,`git cl
197
198
[source,console]
199
----
200
-$ 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
201
$ git add git.tgz
202
$ git commit -m 'add git tarball'
203
[master 7b30847] add git tarball
0 commit comments