summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-09-23 20:36:17 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-09-23 20:36:17 -0400
commite8ce9639da161fca0053cdaeba4a822d4dd71771 (patch)
treeedd54927be4de373b9b7b17ef572c9d303700f40 /doc/install
parent68cb24c4393b2c4e40700ba05039ed1412adcd64 (diff)
downloadgitlab-ce-e8ce9639da161fca0053cdaeba4a822d4dd71771.tar.gz
Add Troubleshooting section to Install guide
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/installation.md10
1 files changed, 10 insertions, 0 deletions
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).