From e8ce9639da161fca0053cdaeba4a822d4dd71771 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Wed, 23 Sep 2015 20:36:17 -0400 Subject: [PATCH] Add Troubleshooting section to Install guide --- doc/install/installation.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/install/installation.md b/doc/install/installation.md index 5887891c1ab..282c84fd1e1 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -518,3 +518,13 @@ You also need to change the corresponding options (e.g. `ssh_user`, `ssh_host`, ### Additional Markup Styles Apart from the always supported markdown style there are other rich text files that GitLab can display. But you might have to install a dependency to do so. Please see the [github-markup gem readme](https://github.com/gitlabhq/markup#markups) for more information. + +## 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've [installed Go](#3-go), [installed +gitlab-git-http-server](#install-gitlab-git-http-server), and correctly +[configured Nginx](#site-configuration).