summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/projects/mirrors/_instructions.html.haml2
-rw-r--r--doc/workflow/repository_mirroring.md2
2 files changed, 4 insertions, 0 deletions
diff --git a/app/views/projects/mirrors/_instructions.html.haml b/app/views/projects/mirrors/_instructions.html.haml
index 64f0fde30cf..c74865be3f8 100644
--- a/app/views/projects/mirrors/_instructions.html.haml
+++ b/app/views/projects/mirrors/_instructions.html.haml
@@ -8,3 +8,5 @@
The update action will time out after 10 minutes. For big repositories, use a clone/push combination.
%li
The Git LFS objects will <strong>not</strong> be synced.
+ %li
+ SCP-style URLs (<code>git@example.com:group/project.git</code>) must be converted to a URL format of <code>scheme://git@example.com/group/project.git</code>.
diff --git a/doc/workflow/repository_mirroring.md b/doc/workflow/repository_mirroring.md
index 8c4e6ea8eab..9056fd95ae4 100644
--- a/doc/workflow/repository_mirroring.md
+++ b/doc/workflow/repository_mirroring.md
@@ -139,6 +139,8 @@ enable mirroring (if not already enabled) and enter an `ssh://` URL.
> **NOTE**: SCP-style URLs, e.g., `git@example.com:group/project.git`, are not
supported at this time.
+>
+These URLs must be converted to the format `scheme://git@domain/group/project.git`
Entering the URL adds two features to the page - `Fingerprints` and
`SSH public key authentication`: