set https_proxy=[proxyuser]:[proxypassword]@[proxyhostname]:[proxyport]
git config --global --add http.sslverify false
git clone https://martoe@github.com/martoe/svn-tag.git
Update:
Instead of "set https_proxy=...", you may also usegit config --global http.proxy [proxystring as above]