aodb/tooling/MacBuild/gitConfig.sh
Martin Donnelly afe73b5baa upload
2016-12-22 00:00:06 +00:00

4 lines
152 B
Bash

echo "running gitconfig"
echo pwd
git config --global url.https://github.com/.insteadOf git://github.com/; git config --system http.sslverify false;