Update Troubleshooting sections
This commit is contained in:
parent
6e65108325
commit
58c21dd77b
2 changed files with 8 additions and 7 deletions
|
@ -524,7 +524,7 @@ Apart from the always supported markdown style there are other rich text files t
|
|||
### "You appear to have cloned an empty repository."
|
||||
|
||||
If you see this message when attempting to clone a repository hosted by GitLab,
|
||||
this is likely due to a missing or misconfigured `gitlab-git-http-server`
|
||||
instance. Double-check that you've [installed Go](#3-go), [installed
|
||||
gitlab-git-http-server](#install-gitlab-git-http-server), and correctly
|
||||
[configured Nginx](#site-configuration).
|
||||
this is likely due to an outdated Nginx or Apache configuration, or a missing or
|
||||
misconfigured `gitlab-git-http-server` instance. Double-check that you've
|
||||
[installed Go](#3-go), [installed gitlab-git-http-server](#install-gitlab-git-http-server),
|
||||
and correctly [configured Nginx](#site-configuration).
|
||||
|
|
|
@ -196,6 +196,7 @@ If you have more than one backup `*.tar` file(s) please add `BACKUP=timestamp_of
|
|||
### "You appear to have cloned an empty repository."
|
||||
|
||||
If you see this message when attempting to clone a repository hosted by GitLab,
|
||||
this is likely due to a missing or misconfigured `gitlab-git-http-server`
|
||||
instance. Double-check that you correctly completed [Step 5](#5-install-gitlab-git-http-server)
|
||||
to install the daemon and [Step 8](#new-nginx-configuration) to reconfigure Nginx.
|
||||
this is likely due to an outdated Nginx or Apache configuration, or a missing or
|
||||
misconfigured `gitlab-git-http-server` instance. Double-check that you correctly
|
||||
completed [Step 5](#5-install-gitlab-git-http-server) to install the daemon and
|
||||
[Step 8](#new-nginx-configuration) to reconfigure Nginx.
|
||||
|
|
Loading…
Reference in a new issue