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 077cf96 commit d8df8f0Copy full SHA for d8df8f0
fetch-includes.sh
@@ -3,6 +3,6 @@
3
mkdir -p ./includes
4
rm -rf ./includes/*
5
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
+git clone --branch v1.1.0 --depth=1 https://github.com/Tencent/rapidjson.git ./includes/rapidjson
+git clone --branch master --depth=1 https://github.com/louisdx/cxx-prettyprint.git ./includes/prettyprint
+git clone --branch master --depth=1 https://github.com/catchorg/Catch2.git ./includes/catch
0 commit comments