mirror of
https://github.com/jlengrand/gitlab-recipes.git
synced 2026-03-10 08:11:17 +00:00
1e7cbaa2d076db71128cd26dd1fde8d3c78d15ad
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 `<main>' fatal: Could not read from remote repository.
GitLab recipes: unofficial guides for using GitLab with different software
Here you will find unofficial guides for using GitLab with different software (operating systems, web servers, etc.) provided by the community, for systems other than the officially supported (Debian/Ubuntu).
Bare in mind that this repository is co-maintained by volunteers/contributors like you.
Contributing
See contributing.md for contribution guidelines.
Notes on the reliability of guides/scripts
- We will try to test everything before accepting PRs, in a clean, newly installed platform.
- You should read a script and understand what it does prior to running it.
- If something goes wrong during installation and you think the guide/script needs fixing, file a bug report or a submit a Pull Request.
Description
Languages
Shell
66.6%
Ruby
33.4%