We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4136200 commit b67124cCopy full SHA for b67124c
scripts/sync.sh
@@ -195,7 +195,7 @@ function clone {
195
header "CLONING"
196
local -r repo_id=$1
197
local -r repo_path=$2
198
- git clone --depth 1 "git@github.com:$repo_id.git" "$repo_path"
+ git clone --depth 1 "https://github.com/$repo_id.git" "$repo_path"
199
}
200
201
# commits the changes in the current directory to the local Git client
0 commit comments