Skip to content

Instantly share code, notes, and snippets.

@gmic
Created January 4, 2012 13:44
Show Gist options
  • Save gmic/1560144 to your computer and use it in GitHub Desktop.
Save gmic/1560144 to your computer and use it in GitHub Desktop.
Git: using a proxy server behind a corporate firewall
git config --global http.proxy http://proxyuser:proxypwd@proxy.server.com:8080
git config --system http.sslcainfo /bin/curl-ca-bundle.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment