#3421 Anonymous http git URL does not work
Closed: Fixed None Opened 11 years ago by dchen.

= bug description =
The git clone URL given by https://fedorahosted.org/web/ does not work.

For example, anonymous git clone URL for cmake-fedora is:
http://git.fedorahosted.org/git/cmake-fedora.git

But
{{{
git clone http://git.fedorahosted.org/git/cmake-fedora.git
}}}
returns:
{{{
fatal: http://git.fedorahosted.org/git/cmake-fedora.git/info/refs
not valid: is this a git repository?
}}}

= bug analysis =

= fix recommendation =

= workaround =
{{{
git clone git://git.fedorahosted.org/git/cmake-fedora.git
}}}
does work


Should be fixed now.

Sorry for the trouble...

Login to comment on this ticket.

Metadata