export GIT_SSL_NO_VERIFY=1
git config --global http.proxy "http://www.proxy.com:8080"
git config --global https.proxy "http://www.proxy.com:8080"
export GIT_SSL_NO_VERIFY=1
git config --global http.proxy "http://www.proxy.com:8080"
git config --global https.proxy "http://www.proxy.com:8080"