Commit a086261d authored by Amy Qualls's avatar Amy Qualls

Merge branch 'benjaminking-import_project-ts' into 'master'

Add import project troubleshooting section

See merge request gitlab-org/gitlab!80874
parents 51062bbd cdf4cee2
......@@ -125,6 +125,14 @@ it fails with this error as `/` is not a valid character in a project name.
A project with that name already exists.
##### `Exception: Error importing repository into (namespace) - No space left on device`
The disk has insufficient space to complete the import.
During import, the tarball is cached in your configured `shared_path` directory. Verify the
disk has enough free space to accommodate both the cached tarball and the unpacked
project files on disk.
### Importing via the Rails console
The last option is to import a project using a Rails console:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment