summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-09-23 20:36:25 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-09-23 20:36:25 -0400
commit6e65108325ef77ab66466700011b7d2d419ebc5a (patch)
treecf4b8238c48ded5b5c8fe8548c9ae73b3e6357f5
parente8ce9639da161fca0053cdaeba4a822d4dd71771 (diff)
downloadgitlab-ce-rs-troubleshooting.tar.gz
Add Troubleshooting section to 7.14 to 8.0 Update guiders-troubleshooting
-rw-r--r--doc/update/7.14-to-8.0.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/update/7.14-to-8.0.md b/doc/update/7.14-to-8.0.md
index 2c7003ed063..e25b38a3533 100644
--- a/doc/update/7.14-to-8.0.md
+++ b/doc/update/7.14-to-8.0.md
@@ -190,3 +190,12 @@ 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 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.