Last Updated: September 09, 2019
·
4.775K
· grantvwalker

Git protocol behind a proxy

Stuck behind a proxy that doesn't allow the git protocol?

Git can rewrite the git:// url's for you into HTTPS ones :)

git config --global url."https://".insteadOf git://

2 Responses
Add your response

works fine.. thanks for the info.

over 1 year ago ·

really useful info, thanks.

over 1 year ago ·