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

2013-03-10 Thread Thomas Goirand
Hi, Is it possible to do an *anonymous* clone of a bitbucket repository using git? I saw it is possible to do a clone over ssh, but that's not what I want to do (ssh client asks for confirming the remote ssh host key, which I don't want to, I just want upstream source code so that I can put that

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

2013-03-10 Thread Vincent Bernat
❦ 10 mars 2013 11:27 CET, Thomas Goirand z...@debian.org : Is it possible to do an *anonymous* clone of a bitbucket repository using git? I saw it is possible to do a clone over ssh, but that's not what I want to do (ssh client asks for confirming the remote ssh host key, which I don't want

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

2013-03-10 Thread Andrey Rahmatullin
On Sun, Mar 10, 2013 at 06:27:33PM +0800, Thomas Goirand wrote: Is it possible to do an *anonymous* clone of a bitbucket repository using git? Of course, just remove the user from the HTTPS link (or log out from the bitbucket site to get the anonymous link displayed in the clone button). BTW,

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

2013-03-10 Thread Didier 'OdyX' Raboud
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

git-remote-hg/bzr (was: Doing an anonymous git clone from bitbucket: is it possible?)

2013-03-10 Thread Axel Beckert
Hi, Thomas Goirand wrote: BTW, I've came across: http://felipec.wordpress.com/2012/11/13/git-remote-hg-bzr-2/ and thought it was cool. That's very cool indeed, thanks for that pointer! Does anyone think it's worth having it in Debian? I think so. The used concept and architecture seems

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

2013-03-10 Thread Thomas Goirand
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

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

2013-03-10 Thread Paul Wise
On Sun, Mar 10, 2013 at 6:27 PM, Thomas Goirand wrote: BTW, I've came across: http://felipec.wordpress.com/2012/11/13/git-remote-hg-bzr-2/ Awesome, nice find! I just converted all the hg repos I have checked out to git using this, everything worked. Both of these appear to be in git from

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

2013-03-10 Thread Russ Allbery
Thomas Goirand z...@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?

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

2013-03-10 Thread Andrey Rahmatullin
On Sun, Mar 10, 2013 at 07:32:32PM +0800, Thomas Goirand wrote: 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

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

2013-03-10 Thread Andrew Shadura
Hello, On Sun, 10 Mar 2013 18:27:33 +0800 Thomas Goirand z...@debian.org wrote: Is it possible to do an *anonymous* clone of a bitbucket repository using git? I saw it is possible to do a clone over ssh, but that's not what I want to do (ssh client asks for confirming the remote ssh host

Re: git-remote-hg/bzr (was: Doing an anonymous git clone from bitbucket: is it possible?)

2013-03-10 Thread Andrew Shadura
Hello, On Sun, 10 Mar 2013 12:15:27 +0100 Axel Beckert a...@debian.org wrote: I think so. The used concept and architecture seems superior to any external tools of which we have a few in Debian already: git-bzr-ng - bi-directional git to bzr bridge: never fear bzr again tailor - migrate