how to push to github w/ bzr-git?
Jelmer Vernooij
jelmer at samba.org
Wed Feb 24 09:35:35 GMT 2010
On Wed, 2010-02-24 at 10:29 +0100, }--o wrote:
> I've managed to get bzr-git working to pull from github, but how can I
> push back my contributions?
> I've tried
> $ bzr push git://github.com/nagyv/django-sugar.git
> that pointed me to
>
> $ bzr dpush git://github.com/nagyv/django-sugar.git
> bzr: ERROR: The remote server unexpectedly closed the connection.
>
> but - as seen above - neither of them worked for me.
>
> Could someone give me a hand please.
Github does not allow pushing using the git:// protocol, since it does
not allow for authentication.
You can push over ssh using:
bzr dpush git+ssh://git@github.com/nagyv/django-sugar.git
Cheers,
Jelmer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20100224/9398e640/attachment.pgp
More information about the bazaar
mailing list