[ofa-general] git over http
Sasha Khapyorsky
sashak at voltaire.com
Wed May 16 11:29:02 PDT 2007
On 14:48 Tue 15 May , Philippe Gregoire wrote:
> I can't get git clone command working due to our firewall.
> Is there any git http server configured ?
> If any, how do I translate
> git clone git://git.openfabrics.org/~halr/management
> <git://git.openfabrics.org/%7Ehalr/management>
> in git clone http path ?
Try this:
git clone http://git.openfabrics.org/pub/scm/~halr/management.git
Also you can ask Hal to put symbolic link to his repo under
~halr/public_html and then it will be accessible similar to git:// as:
git clone http://git.openfabrics.org/~halr/management.git
Sasha
More information about the general
mailing list