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 c6eec20 commit 31e6437Copy full SHA for 31e6437
start.sh
@@ -67,9 +67,11 @@ git config --global advice.detachedhead false
67
git config --global credential.helper "/bin/sh -c 'echo username=$USERNAME; echo password=$PASSWORD'"
68
69
if [ -n "$HTTP_PROXY" ]; then
70
+ echo "Using HTTP_PROXY"
71
git config --global http.proxy "$HTTP_PROXY"
72
else
73
if [ -n "$HTTPS_PROXY" ]; then
74
+ echo "Using HTTPS_PROXY"
75
git config --global http.proxy "$HTTPS_PROXY"
76
fi
77
0 commit comments