From ca06c4b114e2fd65729d6473429758694abd5de1 Mon Sep 17 00:00:00 2001 From: JeJe Date: Thu, 2 Feb 2017 20:11:45 +0000 Subject: [PATCH 1/3] Update command-line-commands.md for issue #26428 --- doc/gitlab-basics/command-line-commands.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/gitlab-basics/command-line-commands.md b/doc/gitlab-basics/command-line-commands.md index 3b075ff5fc0..741612be03c 100644 --- a/doc/gitlab-basics/command-line-commands.md +++ b/doc/gitlab-basics/command-line-commands.md @@ -25,6 +25,8 @@ git clone PASTE HTTPS OR SSH HERE A clone of the project will be created in your computer. +:warning: If you clone your project via an URL contains username/password combination, if it contains special characters they must be url encoded + ### Go into a project, directory or file to work in it ``` From 28bec57881fdd416170625a8a65ed5507e7a97a2 Mon Sep 17 00:00:00 2001 From: JeJe Date: Fri, 3 Feb 2017 00:48:31 +0000 Subject: [PATCH 2/3] use note instead of warning --- doc/gitlab-basics/command-line-commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/gitlab-basics/command-line-commands.md b/doc/gitlab-basics/command-line-commands.md index 741612be03c..8a084eec96e 100644 --- a/doc/gitlab-basics/command-line-commands.md +++ b/doc/gitlab-basics/command-line-commands.md @@ -25,7 +25,7 @@ git clone PASTE HTTPS OR SSH HERE A clone of the project will be created in your computer. -:warning: If you clone your project via an URL contains username/password combination, if it contains special characters they must be url encoded +>**Note:** If you clone your project via an URL contains username/password combination, if it contains special characters they must be url encoded ### Go into a project, directory or file to work in it From 8b5bf08d2b0b093553cf699229dd6e2279da25b2 Mon Sep 17 00:00:00 2001 From: JeJe Date: Wed, 8 Feb 2017 18:51:47 +0000 Subject: [PATCH 3/3] Update note for url-encoded --- doc/gitlab-basics/command-line-commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/gitlab-basics/command-line-commands.md b/doc/gitlab-basics/command-line-commands.md index 8a084eec96e..2a531193adf 100644 --- a/doc/gitlab-basics/command-line-commands.md +++ b/doc/gitlab-basics/command-line-commands.md @@ -25,7 +25,7 @@ git clone PASTE HTTPS OR SSH HERE A clone of the project will be created in your computer. ->**Note:** If you clone your project via an URL contains username/password combination, if it contains special characters they must be url encoded +>**Note:** If you clone your project via an URL that contains special characters, make sure that they are URL-encoded. ### Go into a project, directory or file to work in it