在 Plesk (Debian) 上设置 Git

发布于 2024-11-17 07:09:49 字数 296 浏览 5 评论 0原文

我已经在运行 Plesk 的 Ubuntu 服务器上安装了 git,但我尝试按照以下方法进行设置: 如何在 Plesk 上为单个域配置 gitolite< /a>

但不幸的是 adduser 函数不起作用(不适合 adduser 语法)。

谁能告诉我是否还有其他方法或者对 adduser 行的更正是什么?

I have installed git on my Ubuntu server running Plesk, but i have tried to follow following method to setup:
How to configure gitolite for a single domain on Plesk

But unfortunately the adduser function is not functional (does not fit adduser syntax).

Can anybody tell me if there is another method or what the correction is to the adduser line?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

自我难过 2024-11-24 07:09:49

试试这个,或者只是阅读联机帮助页以获取建议

sudo adduser --home /var/www/vhosts/[domain]/git  --uid 10004 --gid 2524 [SSH_USER].git

Try this, or simply read the manpage for advice

sudo adduser --home /var/www/vhosts/[domain]/git  --uid 10004 --gid 2524 [SSH_USER].git
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文