简体   繁体   English

Gitaly 安装结束,没有 _build/bin/gitaly

[英]Gitaly installation end without _build/bin/gitaly

I'm installing gitlab from source and I found this no 'gitaly' in bin folder.我正在从源代码安装 gitlab,我在 bin 文件夹中发现这没有“gitaly”。 And 'bin' folder is totally missing in /home/git/gitalt/_build. /home/git/gitalt/_build 中完全缺少“bin”文件夹。

sudo -u git -H bundle exec rake "gitlab:gitaly:install[/home/git/gitaly,/home/git/repositories]" RAILS_ENV=production

I have run it without errors and no idea here.我已经运行它没有错误,也不知道这里。

Can you help me?你能帮助我吗? Any comment is welcome.欢迎任何评论。 Thank you.谢谢你。

Answer myself.自己回答。

fixe it with changing account to git and doing without 'su'.通过将帐户更改为 git 并且不使用“su”来修复它。

su - git && cd gitlab && bundle exec rake ...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 unity build iOS framework add failed due to a CocoaPods 安装失败 - Unity build iOS framework addition failed due to a CocoaPods installation failure 在 Prem 上的 GKE 中安装后,静态/行踪 IPAM cni 插件 bin 文件丢失 - static/whereabouts IPAM cni plugins bin files are missing after installation in GKE on Prem ubuntu上安装godog时出错 - Error during the installation of godog on ubuntu 如何在 HAXM 安装中启用 VMX? - How to enable VMX in the HAXM installation? AWS Glue psycopg2 安装 - AWS Glue psycopg2 installation 如何将 gitlab 作业令牌传递到 docker 构建而不导致缓存未命中? - How can I pass the gitlab job token into a docker build without causing a cache miss? 什么会导致 -bash: /usr/bin/aws: No such file or directory? - What would be causing -bash: /usr/bin/aws: No such file or directory? ArchiveFiles 任务似乎忽略了 Azure 管道上的 .next 和 .bin 文件夹 - ArchiveFiles task seems to be ignoring .next and .bin folders on Azure Pipeline EC2 实例上的 Minikube 安装错误 - Minikube Installation Error on EC2 Instance 安装 pip 安装 dbt-postgres - installation pip install dbt-postgres
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM