gitlab-uberspace-tutorial icon indicating copy to clipboard operation
gitlab-uberspace-tutorial copied to clipboard

Git operation was rejected by pre-receive hook: fehlender Port in gitlab-shell/config.yml gitlab_url ?

Open klml opened this issue 10 years ago • 0 comments

GitLab Shell sagt

gitlab_url: "https://[Nutzername].[Host].uberspace.de"

GitLab lief zwar, aber ich konnte im Webend nichts commiten:

Git operation was rejected by pre-receive hook

In der gitlab-shell/config.yml steht

You only have to change the default if you have configured Unicorn

to listen on a custom port,

Das haben wir ja gemacht.

Wenn ich das dann mit unicorn_port (und 127.. da es so in der default stand) schreibe geht das bei mir. (4765 ist mein unicorn_port.)

gitlab_url: "http://127.0.0.1:4765"

Hab ich da was verdreht oder muss man den port mit angeben?

klml avatar Apr 13 '16 08:04 klml