git user asks password
Created by: rahulan
I'm almost there, someone please help me.
I've successfully installed gitlab.
as an admin I can clone/push changes.
when additional user try to clone or push changes to gitlab. it asks for a password.
This is what I've done
on the front end
created a new user added his rsa.pub key grant access to the project
searched the issue queue and applied the following fixes, doesn't seems to working.
nano gitolite.conf shows
repo gitolite-admin RW+ = rails repo testing RW+ = @all
ssh -T git@localhost
the gitolite config gives you the following access: R W gitolite-admin @R_ @W_ testing
gitlabhq@lab:/tmp/gitolite-admin/keydir$ ls admin_local_host_1326541738.pub tpaper_gmail_com_1326632434.pub rails.pub mayuran_tgroup_com_1326633570.pub rahulan_tgroup_com_1326632060.pub
and finally ran this
sudo rm -rf /tmp/gitlab*
still I'm not able to push the changes or clone the repo.
any ideas?
Thank you