Skip to content

Commit 4c8e064

Browse files
authored
Merge pull request #105 from progit/fix-104
Update git-daemon.asc
2 parents 3c53fb4 + 8f5156f commit 4c8e064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/04-git-server/sections/git-daemon.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ On other systems, you may want to use `xinetd`, a script in your `sysvinit` syst
9797
Next, you have to tell Git which repositories to allow unauthenticated Git server-based access to.
9898
You can do this in each repository by creating a file named `git-daemon-export-ok`.
9999
//////////////////////////
100-
次に、どのプロジェクトに対して Git プロトコルでの認証なしアクセスを許可するのかを Git に設定します。許可したいリポジトリに `git-deamon-export-ok` ファイルを作成すれば設定できます。
100+
次に、どのプロジェクトに対して Git プロトコルでの認証なしアクセスを許可するのかを Git に設定します。許可したいリポジトリに `git-daemon-export-ok` ファイルを作成すれば設定できます。
101101
102102
[source,console]
103103
----

0 commit comments

Comments
 (0)