Gonzalo,

Basically you can't sign-in to that URI
(ssh://g...@ssh.github.com/zeromq/zeromq2) using your user id because
you need read/write permissions for that.

Martin and I decided today, and this is occasion to announce that,
that we'll promote leading trusted members of the 0MQ community (which
principally means maintainers of significant projects especially
bindings) to admin status in the zeromq organization on github.

This will give you the right to start projects within the zeromq
organization, bring contributors into those projects, etc.

Would you tell me your github login so I can add you to the zeromq owners team?

Also, any other language binding author who feels they would like this
status, please give a shout.  Fwiw, Brian Granger was the first on
board.

Cheers,
Pieter


On Tue, Sep 28, 2010 at 6:00 PM, gonzalo diethelm <gdieth...@dcv.cl> wrote:
> For the jzmq repository, where I am a maintainer with read-write access, my
> .git/config looks like this:
>
>
>
> [core]
>
>         repositoryformatversion = 0
>
>         filemode = true
>
>         bare = false
>
>         logallrefupdates = true
>
>         ignorecase = true
>
> [remote "origin"]
>
>         fetch = +refs/heads/*:refs/remotes/origin/*
>
>         url = ssh://g...@ssh.github.com/zeromq/jzmq
>
> [branch "master"]
>
>         remote = origin
>
>         merge = refs/heads/master
>
>
>
> So, I am using the ssh.github.com service, which simply provides an SSH
> server on github.com listening on port 443; this is great for when you are
> behind a restrictive firewall (as I am in my office).
>
>
>
> For the zeromq2 repository, where I am NOT a maintainer and only have
> read-only access, it looks like this:
>
>
>
> [core]
>
>         repositoryformatversion = 0
>
>         filemode = true
>
>         bare = false
>
>         logallrefupdates = true
>
>         ignorecase = true
>
> [remote "origin"]
>
>         fetch = +refs/heads/*:refs/remotes/origin/*
>
>         url = git://localhost/zeromq/zeromq2
>
> [branch "master"]
>
>         remote = origin
>
>         merge = refs/heads/master
>
>
>
> Here, what I do is to open an SSH session (using PuTTY) to a server I
> control, and create a tunnel so that my local port 9418 will be redirected
> to github.com:9418. This usually works fine but today has given me all kinds
> of trouble (essentially, lots of timeouts).
>
>
>
> Why do I have to use a tunnel? The reason is that if I change my zeromq2
> .git/config to read like this:
>
>
>
>         url = ssh://g...@ssh.github.com/zeromq/zeromq2
>
>
>
> and then try to do a git pull, I get the following error message:
>
>
>
> $ git pull
>
> Enter passphrase for key '/home/gonzo/.ssh/id_rsa':
>
> ERROR: Permission to zeromq/zeromq2 denied to gonzus.
>
> fatal: The remote end hung up unexpectedly
>
>
>
> Finally, my question: what is required in order for this last git pull to
> work? I don’t want read-write access to zeromq2, all I want is to be able to
> pull and compare.
>
>
>
> Thanks in advance and apologies for the long-winded message.
>
>
>
>
>
> Gonzalo Diethelm
>
>
>
> ________________________________
>
> Declaración de confidencialidad: Este Mensaje esta destinado para el uso de
> la o las personas o entidades a quien ha sido dirigido y puede contener
> información reservada y confidencial que no puede ser divulgada, difundida,
> ni aprovechada en forma alguna. El uso no autorizado de la información
> contenida en este correo podrá ser sancionado de conformidad con la ley
> chilena. Si usted ha recibido este correo electrónico por error, le pedimos
> eliminarlo junto con los archivos adjuntos y avisar inmediatamente al
> remitente, respondiendo este mensaje. Disclosure: This Message is to be used
> by the individual, individuals or entities that it is addressed to and may
> include private and confidential information that may not be disclosed, made
> public nor used in any way at all. Unauthorized use of the information in
> this electronic mail message may be subject to the penalties set forth by
> Chilean law. If you have received this electronic mail message in error, we
> ask you to destroy the message and its attached file(s) and to immediately
> notify the sender by answering this message.
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev@lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>



-- 
-
Pieter Hintjens
iMatix - www.imatix.com
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to