Anyone know if Git repositories are made available over the HTTP
protocol? (ie. for fetch/pull/clone)
> git clone g...@thechaw.com:debug_kit.git
ssh: connect to host
thechaw.com port 22: Bad file number
Initialized empty Git repository in C:/server/cake/plugins/
debug_kit/.git/
fatal: The remote end hung up unexpectedly
I am behind a proxy server at work which blocks port 22 by default.