Re: Doing an anonymous git clone from bitbucket: is it possible?
Thomas Goirand <zigo@debian.org> writes:
> zigo@GPLHost:buzig>_ /tmp # git clone
> https://bitbucket.org/thomaswaldmann/moin-2.0
> Cloning into 'moin-2.0'...
> fatal: https://bitbucket.org/thomaswaldmann/moin-2.0/info/refs not
> found: did you run git update-server-info on the server?
> zigo@GPLHost:buzig>_ /tmp/toto # git clone
> https://bitbucket.org/thomaswaldmann/moin-2.0.git
> Cloning into 'moin-2.0'...
> fatal: https://bitbucket.org/thomaswaldmann/moin-2.0.git/info/refs not
> found: did you run git update-server-info on the server?
> zigo@GPLHost:buzig>_ /tmp #
> What am I missing here?
You're not missing anything -- upstream has not enabled the hook that
makes it possible to serve the Git repository over HTTP.
--
Russ Allbery (rra@debian.org) <http://www.eyrie.org/~eagle/>
Reply to: