We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c53fb4 + 8f5156f commit 4c8e064Copy full SHA for 4c8e064
1 file changed
book/04-git-server/sections/git-daemon.asc
@@ -97,7 +97,7 @@ On other systems, you may want to use `xinetd`, a script in your `sysvinit` syst
97
Next, you have to tell Git which repositories to allow unauthenticated Git server-based access to.
98
You can do this in each repository by creating a file named `git-daemon-export-ok`.
99
//////////////////////////
100
-次に、どのプロジェクトに対して Git プロトコルでの認証なしアクセスを許可するのかを Git に設定します。許可したいリポジトリに `git-deamon-export-ok` ファイルを作成すれば設定できます。
+次に、どのプロジェクトに対して Git プロトコルでの認証なしアクセスを許可するのかを Git に設定します。許可したいリポジトリに `git-daemon-export-ok` ファイルを作成すれば設定できます。
101
102
[source,console]
103
----
0 commit comments