Skip to content

Commit 6a38676

Browse files
committed
Merge pull request ruby-china#6 from xiangzhuyuan/change_install_script
change git protocol to http protocol
2 parents 20ee8d4 + b3e4ed8 commit 6a38676

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ def clone_all_for_maintainer!
2323

2424
def clone_rails!
2525
return if BASE_PATH.join('rails').exist?
26-
`git clone git@github.com:rails/rails.git`
26+
`git clone https://github.com/rails/rails.git`
2727
end
2828

2929
def clone_guides!
3030
return if BASE_PATH.join('guides').exist?
31-
`git clone git@github.com:ruby-china/guides.git`
31+
`git clone https://github.com/ruby-china/guides.git`
3232
end
3333

3434
def clone_rails_guides_github_pages!

0 commit comments

Comments
 (0)