I guess so since you're telling me so let's say that I choose SCM -> Git inside my hub.qgis.org account and name it "my_plugin", then I would have to add this repository with git inside my local folder:
git init git add . git commit -m 'init repo' git remote add origin [email protected]:my_plugin git push origin master and it should be working right or am I missing something? 2014-03-25 18:33 GMT+01:00 Gino Pirelli <[email protected]>: > I don't remember there is need of a key to upload plugins... am I wrong? > > "git push origin master" > could be a problem related to you remote git repository configuration? > > ciao Luigi Pirelli > > > > > On 25 March 2014 18:23, Giuseppe De Marco <[email protected]> > wrote: >> >> I was trying to upload a plugin version on hub.qgis.org >> after updating my rss key on laptop, and I was asked for a password >> after entering $ git push origin master >> >> opening a terminal and issuing "ssh -v [email protected] " >> I get >> >> OpenSSH_6.2p2 Ubuntu-6ubuntu0.1, OpenSSL 1.0.1e 11 Feb 2013 >> debug1: Reading configuration data /etc/ssh/ssh_config >> debug1: /etc/ssh/ssh_config line 19: Applying options for * >> debug1: Connecting to qgis.org [140.211.15.67] port 22. >> debug1: Connection established. >> debug1: identity file /home/joe/.ssh/id_rsa type 1 >> debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048 >> debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048 >> debug1: identity file /home/joe/.ssh/id_rsa-cert type -1 >> debug1: identity file /home/joe/.ssh/id_dsa type -1 >> debug1: identity file /home/joe/.ssh/id_dsa-cert type -1 >> debug1: identity file /home/joe/.ssh/id_ecdsa type -1 >> debug1: identity file /home/joe/.ssh/id_ecdsa-cert type -1 >> debug1: Enabling compatibility mode for protocol 2.0 >> debug1: Local version string SSH-2.0-OpenSSH_6.2p2 Ubuntu-6ubuntu0.1 >> debug1: Remote protocol version 2.0, remote software version >> OpenSSH_5.5p1 Debian-6+squeeze4 >> debug1: match: OpenSSH_5.5p1 Debian-6+squeeze4 pat OpenSSH_5* >> 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/joe/.ssh/known_hosts:1 >> 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: Offering RSA public key: /home/joe/.ssh/id_rsa >> debug1: Authentications that can continue: publickey,password >> debug1: Trying private key: /home/joe/.ssh/id_dsa >> debug1: Trying private key: /home/joe/.ssh/id_ecdsa >> debug1: Next authentication method: password >> [email protected]'s password: >> debug1: Authentications that can continue: publickey,password >> Permission denied, please try again. >> [email protected]'s password: >> debug1: Authentications that can continue: publickey,password >> Permission denied, please try again. >> [email protected]'s password: >> debug1: Authentications that can continue: publickey,password >> debug1: No more authentication methods to try. >> Permission denied (publickey,password). >> >> >> So I went to my account looking for my public keys at: >> http://hub.qgis.org/my/public_keys >> but my browser tells me page not found error >> >> anyone could help? >> >> thank you >> >> -- >> Dott. Agr. Giuseppe De Marco >> RSPP settore ATECO 1 >> Cell./Mobile: +39 3935041115 >> Fax.: +39 0503869174 >> PEC: [email protected] >> _______________________________________________ >> Qgis-developer mailing list >> [email protected] >> http://lists.osgeo.org/mailman/listinfo/qgis-developer > > -- Dott. Agr. Giuseppe De Marco RSPP settore ATECO 1 Cell./Mobile: +39 3935041115 Fax.: +39 0503869174 PEC: [email protected] _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
