Commit 1bcdc0a505831aa332826c0cebe739fee62a732a
1 parent
540d0aa4
Exists in
master
and in
4 other branches
[#187] First time user try access gitosis
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
README.md
| ... | ... | @@ -71,6 +71,10 @@ ssh-keygen -t rsa |
| 71 | 71 | sudo -H -u git gitosis-init < ~/.ssh/id_rsa.pub |
| 72 | 72 | |
| 73 | 73 | sudo chmod 755 /home/git/repositories/gitosis-admin.git/hooks/post-update |
| 74 | + | |
| 75 | +cd /tmp && git clone git@localhost:gitosis-admin.git | |
| 76 | + | |
| 77 | +rm -rf gitosis-admin.git && cd | |
| 74 | 78 | ``` |
| 75 | 79 | |
| 76 | 80 | ## Install ruby 1.9.2 | ... | ... |