Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

gitolite package doesn't create user

I installed gitolite using

apt-get install gitolite

and according to this tutorial (and many others) there should be a gitolite user but when i do

su - gitolite

i get Unknown id: gitolite

Do i need to created it manually? I have to add that this is the second time i try to install gitolite, so i first removed it and then reinstalled it. Maybe there is some stuff left that wasn't remove?

like image 633
dazz Avatar asked Nov 14 '22 16:11

dazz


1 Answers

Just run the following command and the user will be created:

sudo dpkg-reconfigure gitolite
like image 93
pkhamre Avatar answered Nov 16 '22 05:11

pkhamre