Original Submission Not able to clone repository
After fresh installing tuleap from the documentation, and create a project I'm not able to access my repository. By my search I found some points bellow.
cmd: /var/lib/codendi/gitolite/projects.list admin [same for my user]
res:_-bash: /var/lib/codendi/gitolite/projects.list: Permission denied
cmd: /var/lib/tuleap/gitolite/projects.list
res: Empty
cmd: rpm -qa gitolite
res: Empty [but gitolite3 is installed because I installed the tuleap plugin for gitolite3]
My user has ssh-key. By the way I think the the installation process could be a bit more detailed by stating that after installing and logging first thing put you ssh-key. This way at the of installation it's everything ready.
cmd: ls -ld /var/lib/gitolite
res: drwxr-x--- 4 gitolite gitolite 4096 Aug 23 18:19 /var/lib/gitolite
cmd: cat .ssh/authorized_keys [done as a gitolite3 user]
res: Empty
cmd: cat .ssh/authorized_keys [done as a gitolite user]
res: command="/usr/share/gitolite3/gitolite-shell id_rsa_gl-adm",....Tuleap / gitolite admin key
Project list is empty.