Accessing a git repository via ssh behind a firewall
问题 I would like to access (clone/push/pull) a private (via ssh) git repository while behind a corporate firewall that only allows http proxy access. I have written a robust Java (daemon) program (based on the JSCh class library) that will allow me to leverage local and remote port forwarding and I am hoping to leverage this but my brain hurts when I try to envision how to set this up. The git repo depot (to coin a phrase) is at foo.server.com/var/git so the natural inclination, ignoring the