4 lines
152 B
Bash
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; |