Skip to content

Commit d8df8f0

Browse files
committed
use https for includes instead of ssh
1 parent 077cf96 commit d8df8f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fetch-includes.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
mkdir -p ./includes
44
rm -rf ./includes/*
55

6-
git clone --branch v1.1.0 --depth=1 git@github.com:Tencent/rapidjson.git ./includes/rapidjson
7-
git clone --branch master --depth=1 git@github.com:louisdx/cxx-prettyprint.git ./includes/prettyprint
8-
git clone --branch master --depth=1 git@github.com:catchorg/Catch2.git ./includes/catch
6+
git clone --branch v1.1.0 --depth=1 https://github.com/Tencent/rapidjson.git ./includes/rapidjson
7+
git clone --branch master --depth=1 https://github.com/louisdx/cxx-prettyprint.git ./includes/prettyprint
8+
git clone --branch master --depth=1 https://github.com/catchorg/Catch2.git ./includes/catch

0 commit comments

Comments
 (0)