From 1e7cbaa2d076db71128cd26dd1fde8d3c78d15ad Mon Sep 17 00:00:00 2001 From: Alessandro Loffredo Date: Sun, 10 Nov 2013 18:16:04 +0100 Subject: [PATCH] Update README.md add tips to solve two errors: $git push -u origin master Access denied. fatal: Could not read from remote repository. and: $ git push -u origin master /usr/local/lib/ruby/2.0.0/net/http.rb:918:in `connect': SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (OpenSSL::SSL::SSLError) from /usr/local/lib/ruby/2.0.0/net/http.rb:918:in `block in connect' from /usr/local/lib/ruby/2.0.0/timeout.rb:52:in `timeout' from /usr/local/lib/ruby/2.0.0/net/http.rb:918:in `connect' from /usr/local/lib/ruby/2.0.0/net/http.rb:862:in `do_start' from /usr/local/lib/ruby/2.0.0/net/http.rb:851:in `start' from /home/git/gitlab-shell/lib/gitlab_net.rb:62:in `get' from /home/git/gitlab-shell/lib/gitlab_net.rb:17:in `allowed?' from /home/git/gitlab-shell/lib/gitlab_shell.rb:60:in `validate_access' from /home/git/gitlab-shell/lib/gitlab_shell.rb:24:in `exec' from /home/git/gitlab-shell/bin/gitlab-shell:16:in `
' fatal: Could not read from remote repository. --- install/centos/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install/centos/README.md b/install/centos/README.md index dc43829..e5222f1 100644 --- a/install/centos/README.md +++ b/install/centos/README.md @@ -254,6 +254,11 @@ git checkout v1.7.4 cp config.yml.example config.yml # Edit config and replace gitlab_url with something like 'http://domain.com/' +# +# Note, 'gitlab_url' is used by gitlab-shell to access GitLab API. Since +# 1. the whole communication is locally +# 2. next steps will explain how to expose GitLab over HTTPS with custom cert +# it's a good solution is to set gitlab_url as "http://localhost:8080/" # Do setup ./bin/install