Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-10-12 00:10:14 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-12 00:10:14 +0300
commit3ecbefc5818c1ca6b4ce54ac8afa148eac7bfdb2 (patch)
tree6b0a8fee9d1a44df826df78e013154a35c331945 /doc/development/import_project.md
parent6e7be08ca5d6fac981284e7b1383b320a03d3a5d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/import_project.md')
-rw-r--r--doc/development/import_project.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/import_project.md b/doc/development/import_project.md
index 83fcf500a5d..b8415e530d5 100644
--- a/doc/development/import_project.md
+++ b/doc/development/import_project.md
@@ -111,7 +111,7 @@ The specified project export file in `archive_path` is missing.
##### `Exception: Permission denied @ rb_sysopen - (filename)`
-The specified project export file can not be accessed by the `git` user.
+The specified project export file cannot be accessed by the `git` user.
Setting the file owner to `git:git`, changing the file permissions to `0400`, and moving it to a
public folder (for example `/tmp/`) fixes the issue.