Using bzr with pycurl on Windows
Jelmer Vernooij
jelmer at samba.org
Mon May 30 16:41:27 UTC 2011
Hi!
On Thu, 2011-05-26 at 20:36 +0300, Eli Zaretskii wrote:
> > From: vila <v.ladeuil+lp at free.fr>
> > Cc: bazaar at lists.canonical.com
> > Date: Thu, 26 May 2011 14:00:28 +0200
> >
> > >From there the best course is probably to file a bug against bzr-git as
> > github being what it is, it would be nice to have it properly supported.
>
> https://bugs.launchpad.net/bzr-git/+bug/788750
github supports access over git:// (anonymous), git+ssh://
(authenticated) and https:// (also anonymous only, I think). Unlike
"normal" Git repositories it only supports smart server access over
https, not direct file access.
Dulwich, which bzr-git uses to access remote git repositories, only
supports the smart server protocol and not direct file access over
https. We have plans to add support for the smart server protocol, but
this has not actually been implemented yet.
In the mean time, you should be able to access the repository over git
+ssh:// or git://.
Cheers,
Jelmer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
URL: <https://lists.ubuntu.com/archives/bazaar/attachments/20110530/f7ae3ff9/attachment.pgp>
More information about the bazaar
mailing list