Gitlab Shell not found?
sh: 1: /opt/gitlab/embedded/service/gitlab-shell/bin/gitlab-shell: not found
That shows up when attempting to push. gitlab-shell is actually installed inside /home/git/gitlab-shell
Inside of config/gitlab.yml I have
## GitLab Shell settings
gitlab_shell:
path: /home/git/gitlab-shell/
# REPOS_PATH MUST NOT BE A SYMLINK!!!
repos_path: /home/git/repositories/
hooks_path: /home/git/gitlab-shell/hooks/
# Git over HTTP
upload_pack: true
receive_pack: true
# If you use non-standard ssh port you need to specify it
ssh_port: 22
Everything works fine besides attempting to push/pull. We're not using an omnibus package.