gitolite 包不创建用户
安装了 gitolite
apt-get install gitolite
我使用并根据此 教程(和许多其他人)应该有一个 gitolite 用户,但是当我这样做时,
su - gitolite
我得到未知 id:gitolite
我需要手动创建它吗? 我必须补充一点,这是我第二次尝试安装 gitolite,所以我先将其删除,然后重新安装。也许还有一些东西没有被删除?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需运行以下命令即可创建用户:
Just run the following command and the user will be created:
根据官方的Gitolite安装指南,有不需要“
gitolite
”用户。您可以将“托管用户”命名为任何您想要的名称。
您只需要一个真正的 Unix
userid
用户。如果需要,您可以手动创建一个,也可以选择一个现有的。According to the official Installation Guide for Gitolite, there is no need for a '
gitolite
' user.You can name your "hosting user" whatever name you want.
You only need a real Unix
userid
user. You can create one manually if you want, or pick an existing one.