git through proxy

You’re at work and want to access your git repo who’s residing in the free external world?

create the following config file in your .ssh folder:

Host
ProxyCommand connect -S : %h %p

replace the hosts and port as appropriate.

You can find the connect executable for windows here
Hat tip to pieter.

Leave a Reply