GitLab: Kann ich keinen Code an den Server senden?

Ich habe GitLab auf einem Ubuntu-Server installiert. Alles scheint gut zu funktionieren, außer ich kann nicht per Push / Pull / Clone zum / vom Server.

Beim Drücken erhalte ich die allgemeine Fehlermeldung:

fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Ich habe seit Stunden des Googelns alles versucht, aber ich kann anscheinend kein Problem finden.

sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production

Läuft gut, OK auf der ganzen Linie!

Ich kann SSH in [email protected] bekomme ich:

PTY allocation request failed on channel 0
Welcome to GitLab, Anonymous!

Wenn ich mache:

ssh [email protected] "ls /location/of/git/dir"

Ich bekomme:

Not allowed command

Die Website wird ausgeführt, wenn ich auf der Website ein Repository erstelle, das in / home / git / repository / angezeigt wird.

Aber ich kann immer noch nicht darauf drängen.

Ich folgte dieser Anleitung:

https://github.com/gitlabhq/gitlabhq/blob/5-0-stable/doc/install/installation.md

und diese Anleitung, um es auf Apache zum Laufen zu bringen:

http://shanetully.com/2012/08/running-gitlab-from-a-subdirectory-on-apache/

Antworten auf die Frage(6)

Ihre Antwort auf die Frage