gitolite 包不创建用户

发布于 2024-12-08 11:54:08 字数 369 浏览 0 评论 0原文

安装了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

埋情葬爱 2024-12-15 11:54:08

只需运行以下命令即可创建用户:

sudo dpkg-reconfigure gitolite

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

sudo dpkg-reconfigure gitolite
囚我心虐我身 2024-12-15 11:54:08

根据官方的Gitolite安装指南,有不需要“gitolite”用户。

最低限度的 gitolite 设置具有:

  • 服务器
  • 服务器上的“托管用户”(真正的 Unix userid;我们在本文档中使用“git”,尽管 RPM/ DEB 安装使用“gitolite”)
  • 虚拟“管理员用户”——设置 gitolite 并将其配置为管理员用户的客户端或工作站的用户,他可以通过该客户端或工作站完成所有工作。

您可以将“托管用户”命名为任何您想要的名称。
您只需要一个真正的 Unix userid 用户。如果需要,您可以手动创建一个,也可以选择一个现有的。

According to the official Installation Guide for Gitolite, there is no need for a 'gitolite' user.

A bare minimum gitolite setup has:

  • a server
  • a "hosting user" on the server (a real Unix userid; we use "git" in this document, although RPM/DEB installs use "gitolite")
  • a virtual "admin user" -- the user who sets up gitolite and configures it the admin user's client or workstation, from which he does all his work.

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文