[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Doing an anonymous git clone from bitbucket: is it possible?



Salut Didier!

Thanks for your answer.

On 03/10/2013 06:47 PM, Didier 'OdyX' Raboud wrote:
> Hi Thomas,
>
> Le dimanche, 10 mars 2013 11.27:33, Thomas Goirand a écrit :
>> Is it possible to do an *anonymous* clone of a bitbucket repository
>> using git?
> How is this in any way linked to the "Development of Debian" (aka on-topic for 
> debian-devel) ? As far as I can see, BitBucket is nowhere near close to being 
> free software.

I just need to fetch some upstream code, I don't really care
about bitbucket itself. It's just that it happens often that
upstream uses that, and I've been annoyed often.

It might have been a better place to ask in -mentors though.

> Furthermore, you already asked that question in [0] and didn't get an answer, 
> so let me try that for you, I took a random repository on BitBucket: 
>
> 	https://bitbucket.org/thomaswaldmann/moin-2.0
>
> There's an "HTTPS" link on the right of the screen. git clone that; it works.

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?

Cheers,

Thomas


Reply to: