minor typos
This commit is contained in:
parent
4cf18d8339
commit
9f805646fe
|
@ -102,7 +102,7 @@ repo gitolite
|
|||
R = @staff
|
||||
RW+ = sitaram
|
||||
|
||||
# you can split up access rules for a repo as convenient
|
||||
# you can split up access rules for a repo for convenience
|
||||
# (notice that @oss_repos contains gitolite also)
|
||||
repo @oss_repos
|
||||
R = @all
|
||||
|
|
|
@ -107,7 +107,7 @@ to replicate it manually. The input is your pubkey, typically
|
|||
/home/git/.ssh
|
||||
/home/git
|
||||
|
||||
[Actually, sshd requires that even directories *above* ~ (/, /home,
|
||||
[Actually, `sshd` requires that even directories *above* `~` (`/`, `/home`,
|
||||
typically) also must be `go-w`, but that needs root. And typically
|
||||
they're already set that way anyway. (Or if they're not, you've got
|
||||
bigger problems than gitolite install not working!)]
|
||||
|
|
|
@ -159,7 +159,7 @@ use 'getperms' to check:
|
|||
|
||||
The following points are important:
|
||||
|
||||
* note the syntax of the commands; it's not a "git" command,and there's no
|
||||
* note the syntax of the commands; it's not a "git" command, and there's no
|
||||
`:` like in a repo URL. The first space-separated word is R or RW, and
|
||||
the rest are simple usernames.
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ gitolite *after* the install has completed successfully.
|
|||
|
||||
In addition, I **strongly** recommend reading [this document][glb] -- it's a
|
||||
very detailed look at how gitolite uses ssh's features on the server side.
|
||||
Most people don't know ssh as well as they *think* they do; even if you dont
|
||||
Most people don't know ssh as well as they *think* they do; even if you don't
|
||||
have any problems right now, it's worth skimming over.
|
||||
|
||||
In addition to both these documents, there's now a program called
|
||||
|
|
Loading…
Reference in a new issue