I believe I missing a key concept or a step in the install or something, I've tried multiple how tos, but I always run into issues that the guide doesn't describe.
I get to this part in the guide "git clone git@<YOURSERVER>:gitosis-admin.git" and the system asks me for a password (and yes I understand that YOURSERVER is my ip address I've even tried localhost it just won't work for me)
and here above in the guide password is disabled so I don't know just don't understand it I guess.
sudo adduser
–system
–shell /bin/sh
–gecos ‘git version control’
–group
–disabled-password
–home /var/git
git
Its easy to google for a problem when you know how to say want you need to say. I don't know what concept I am missing so I am not sure on what to google for. All of the guides have this step "git clone
git@YOUR_SERVER_HOSTNAME:gitosis-admin.git
cd gitosis-admin" and I am following them to a T and it asks me for a password I try every password I can think of and it fails
maybe I'll try a different Distro see if I can get it to work, because I am having a hell of a time with it on ubuntu.
does something need to be setup in ssh or do I need to init.d the gitosis server?
Any ideas on this would be helpful thank.
or a link to a good guide that explains the issue.