ruby-changes:49084
From: hsbt <ko1@a...>
Date: Wed, 13 Dec 2017 11:43:43 +0900 (JST)
Subject: [ruby-changes:49084] hsbt:r61199 (trunk): Modify git clone command
hsbt 2017-12-13 11:43:38 +0900 (Wed, 13 Dec 2017) New Revision: 61199 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61199 Log: Modify git clone command The previous git clone command is not work, the protocol in URL should be https [fix GH-1772] Modified files: trunk/README.md Index: README.md =================================================================== --- README.md (revision 61198) +++ README.md (revision 61199) @@ -41,7 +41,7 @@ command: https://github.com/ruby/ruby/blob/trunk/README.md#L41 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: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/