On 2011-08-27 11:20, Martin Dobias wrote: >> Did you upload your pubkey? >> >> http://hub.qgis.org/my/public_keys > > No I didn't. Now after adding my public key and trying e.g. > $ git clone gito...@qgis.org:metaedit.git > I get correctly asked for my passphrase for the private key. But then > the cloning fails:
I do have a similar problem now I think. I added a new plugin both to hub.qgis.org and to the git there http://hub.qgis.org/projects/xytools/ Everything went fine: adding a new project, initing git, uploading a key following the instruction in the 'Repository'-tab: git init git add . git status git commit -m 'Initializing xytools repository' git remote add origin gito...@qgis.org:xytools.git git push origin master And I now see my initial commit: http://hub.qgis.org/projects/xytools/repository But after that, I'm not able to push to the repository anymore... Like Martin I get asked for a pass-phrase I do not know... Maybe a hint: if I look in the http://hub.qgis.org/my/public_keys, I see that it ends on richard@zwam (machine name) instead of rich...@duif.net ... Maybe this part of the ssh session is useful? $ssh -v gito...@qgis.org OpenSSH_5.8p1 Debian-1ubuntu3, OpenSSL 0.9.8o 01 Jun 2010 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Connecting to qgis.org [140.211.15.67] port 22. debug1: Connection established. debug1: identity file /home/richard/.ssh/id_rsa type -1 debug1: identity file /home/richard/.ssh/id_rsa-cert type -1 debug1: identity file /home/richard/.ssh/id_dsa type -1 debug1: identity file /home/richard/.ssh/id_dsa-cert type -1 debug1: identity file /home/richard/.ssh/id_ecdsa type -1 debug1: identity file /home/richard/.ssh/id_ecdsa-cert type -1 debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1p1 Debian-5 debug1: match: OpenSSH_5.1p1 Debian-5 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_5.8p1 Debian-1ubuntu3 debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-ctr hmac-md5 none debug1: kex: client->server aes128-ctr hmac-md5 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY debug1: Server host key: RSA a7:05:f6:a5:02:ec:92:73:4a:0a:12:16:4c:11:e1:1c debug1: Host 'qgis.org' is known and matches the RSA host key. debug1: Found key in /home/richard/.ssh/known_hosts:27 debug1: ssh_rsa_verify: signature correct debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: Roaming not allowed by server debug1: SSH2_MSG_SERVICE_REQUEST sent debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey,password debug1: Next authentication method: publickey debug1: Trying private key: /home/richard/.ssh/id_rsa debug1: Trying private key: /home/richard/.ssh/id_dsa debug1: Trying private key: /home/richard/.ssh/id_ecdsa debug1: Next authentication method: password _______________________________________________ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer