Could someone (who has git: broken otherwise) experiment with
core.gitproxy and see if it works?
--
- Dmitry
This command just tells git to use command x when trying to connect.
I think it would still require that the user can somehow get through
the firewall. The only way I get through my work firewall is by
tunneling through using an ssh server (running on a different port
than normal ssh) I have set up at home. I don't know that this is a
reasonable expectation for all users. Is there another way to do
this?
I have looked at examples of using proxycmd and it looks like what we want.
I've seen example of using it with HTTP proxy, something like
echo "CONNECT host:port HTTP/1.1";cat | socket myproxyserver
I'm sure it could be combined with any other proxy as well.
--
- Dmitry