mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
564dd28616
commit
1c6a0d1043
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue