Skip to content

Commit 7b1e925

Browse files
author
zhuyuan.xiang
committed
change git to http
1 parent 20ee8d4 commit 7b1e925

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
.bundle/
55
/output/
66
BASE_PATH
7-
.DS_Store
7+
.DS_Store
8+
.idea/

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)