Gitaly installation end without _build/bin/gitaly

59 views Asked by At

I'm installing gitlab from source and I found this no 'gitaly' in bin folder. And 'bin' folder is totally missing in /home/git/gitalt/_build.

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.

1

There are 1 answers

0
B.Kingsun On BEST ANSWER

Answer myself.

fixe it with changing account to git and doing without 'su'.

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