GitLab を Ubuntu サーバーにインストールしました。サーバーとの間でプッシュ/プル/クローンできないことを除いて、すべて正常に動作しているようです。
プッシュすると、一般的なエラー メッセージが表示されます。
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
私は何時間ものグーグルですべてを試しましたが、問題を見つけることができないようです.
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
正常に実行されます。ボード全体で OK です。
git@address.adress に SSH で接続できます。
PTY allocation request failed on channel 0
Welcome to GitLab, Anonymous!
私がする時:
ssh git@adress.adress "ls /location/of/git/dir"
私は得る:
Not allowed command
Web サイトが実行されています。サイトにリポジトリを作成すると、/home/git/repository/ に表示されます
しかし、私はまだそれにプッシュすることはできません。
私はこのガイドに従いました:
https://github.com/gitlabhq/gitlabhq/blob/5-0-stable/doc/install/installation.md
そして、Apacheで実行するためのこのガイド:
http://shanetully.com/2012/08/running-gitlab-from-a-subdirectory-on-apache/