diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-09-24 12:55:00 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-09-24 12:55:00 -0400 |
commit | 58c21dd77b5a6573d50a62dc17755a6519f4a9c8 (patch) | |
tree | 702d94bff84f95da90cf39fabc5ae3fff4f8b3b9 /doc | |
parent | 6e65108325ef77ab66466700011b7d2d419ebc5a (diff) | |
download | gitlab-ce-58c21dd77b5a6573d50a62dc17755a6519f4a9c8.tar.gz |
Update Troubleshooting sections
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/installation.md | 8 | ||||
-rw-r--r-- | doc/update/7.14-to-8.0.md | 7 |
2 files changed, 8 insertions, 7 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 282c84fd1e1..039bb3c2561 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -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). diff --git a/doc/update/7.14-to-8.0.md b/doc/update/7.14-to-8.0.md index e25b38a3533..30d1826b473 100644 --- a/doc/update/7.14-to-8.0.md +++ b/doc/update/7.14-to-8.0.md @@ -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. |