From 1c6a0d104374637962bd8851832784e51b4b1e03 Mon Sep 17 00:00:00 2001 From: hsbt Date: Wed, 13 Dec 2017 02:43:38 +0000 Subject: Modify git clone command The previous git clone command is not work, the protocol in URL should be https [fix GH-1772] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61199 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 688802633c..7a24329fe8 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ command: Or if you are using git then use the following command: - $ git clone git://github.com/ruby/ruby.git + $ git clone https://github.com/ruby/ruby.git There are some other branches under development. Try the following command to see the list of branches: -- cgit v1.2.3