Skip to content
Snippets Groups Projects
Commit 8864431b authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Warn against spaces in parent directories

parent 9effae98
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -105,6 +105,11 @@ see [the instructions for our (experimental) Vagrant with Docker setup](#vagrant
 
### Clone GitLab Development Kit repository
 
Make sure that none of the directories 'above' GitLab Development Kit
contain 'problematic' characters such as ` ` and `(`. For example,
`/home/janedoe/projects` is OK, but `/home/janedoe/my projects` will
cause problems.
```
git clone https://gitlab.com/gitlab-org/gitlab-development-kit.git
cd gitlab-development-kit
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment