Git through an NTLM Proxy (Corporate Firewall) for drupal.org
Submitted by Jeff Geerling on February 25, 2011 - 9:43am
Borrowing from answers in this Stack Overflow question, here's how you can get through a corporate (Microsoft) NTLM Proxy to clone git repositories from drupal.org:
cd into your drupal contrib directory (or wherever you want to put the repository).
$ export http_proxy="http://username:password@proxy:port/"
$ git clone http://git.drupal.org/project/[projectname]
