summaryrefslogtreecommitdiff
path: root/doc/update/7.14-to-8.0.md
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2015-09-24 17:03:12 +0000
committerRobert Speicher <robert@gitlab.com>2015-09-24 17:03:12 +0000
commit3656c2fa5379a8ec7eb9fba1a2fdc1b91166bd15 (patch)
tree50c9833cf89ac7a12244c981ac67eee0199a0fb4 /doc/update/7.14-to-8.0.md
parent3c8b2cccca88263a4dd5512b050dc3f11f9d9f3e (diff)
parent58c21dd77b5a6573d50a62dc17755a6519f4a9c8 (diff)
downloadgitlab-ce-3656c2fa5379a8ec7eb9fba1a2fdc1b91166bd15.tar.gz
Merge branch 'rs-troubleshooting' into 'master'
Add Troubleshooting section to 8.0 docs [ci skip] See merge request !1416
Diffstat (limited to 'doc/update/7.14-to-8.0.md')
-rw-r--r--doc/update/7.14-to-8.0.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/update/7.14-to-8.0.md b/doc/update/7.14-to-8.0.md
index c2b06fe1ab1..1249e0f6bdd 100644
--- a/doc/update/7.14-to-8.0.md
+++ b/doc/update/7.14-to-8.0.md
@@ -192,3 +192,13 @@ sudo -u git -H bundle exec rake gitlab:backup:restore RAILS_ENV=production
```
If you have more than one backup `*.tar` file(s) please add `BACKUP=timestamp_of_backup` to the command above.
+
+## Troubleshooting
+
+### "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 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.