Supporting http in installer

1 view
Skip to first unread message

Dmitry Kakurin

unread,
Aug 14, 2007, 6:42:24 PM8/14/07
to msysGit
I can see that supporting http transport causes a lot of headaches.
Can we drop it?
I can see that there is core.gitproxy option that is supposed to help
penetrating firewalls while using git: transport.

Could someone (who has git: broken otherwise) experiment with
core.gitproxy and see if it works?

--
- Dmitry

Mike Pape

unread,
Aug 15, 2007, 8:37:08 AM8/15/07
to dmitry....@gmail.com, msysGit

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?

Dmitry Kakurin

unread,
Aug 15, 2007, 3:44:23 PM8/15/07
to Mike Pape, msysGit

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

Reply all
Reply to author
Forward
0 new messages