It is quite tricky accessing a remote Git Repo when you are stuck behind a corporate HTTP Proxy Firewall. The proxy requires authentication to access the outside world.

Here is how to specify the proxy server settings for Git to negotiate its way out to the remote repo using Windows Authentication:

Git Proxy Server Configuration

git config --global http.proxy http://DOMAIN\\USERNAME:PASSWORD@PROXY_ADDRESS:PROXY_PORT