<div dir="ltr">ha sorry I did't understand you have your code in the <a href="http://hub.qgis.org" target="_blank">hub.qgis.org</a> git<br><div class="gmail_extra"><br><br><div class="gmail_quote">
On 25 March 2014 18:48, Giuseppe De Marco <span dir="ltr"><<a href="mailto:demarco.giuseppe@gmail.com" target="_blank">demarco.giuseppe@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">


I guess so since you're telling me so let's say that I choose SCM -><br>
Git inside my <a href="http://hub.qgis.org" target="_blank">hub.qgis.org</a><br>
account and name it "my_plugin", then I would have to add this<br>
repository with git inside my local folder:<br>
<br>
git init<br>
git add .<br>
git commit -m 'init repo'<br>
git remote add origin gitosis@qgis.org:my_plugin<br>
git push origin master<br>
<br>
and it should be working<br>
right or am I missing something?<br>
<br>
<br>
<br>
<br>
2014-03-25 18:33 GMT+01:00 Gino Pirelli <<a href="mailto:luipir@gmail.com" target="_blank">luipir@gmail.com</a>>:<br>
<div><div>> I don't remember there is need of a key to upload plugins... am I wrong?<br>
><br>
> "git push origin master"<br>
> could be a problem related to you remote git repository configuration?<br>
><br>
> ciao Luigi Pirelli<br>
><br>
><br>
><br>
><br>
> On 25 March 2014 18:23, Giuseppe De Marco <<a href="mailto:demarco.giuseppe@gmail.com" target="_blank">demarco.giuseppe@gmail.com</a>><br>
> wrote:<br>
>><br>
>> I was trying to upload a plugin version on <a href="http://hub.qgis.org" target="_blank">hub.qgis.org</a><br>
>> after updating my rss key on laptop, and I was asked for a password<br>
>> after entering  $ git push origin master<br>
>><br>
>> opening a terminal and issuing "ssh -v <a href="mailto:gitosis@qgis.org" target="_blank">gitosis@qgis.org</a> "<br>
>> I get<br>
>><br>
>> OpenSSH_6.2p2 Ubuntu-6ubuntu0.1, OpenSSL 1.0.1e 11 Feb 2013<br>
>> debug1: Reading configuration data /etc/ssh/ssh_config<br>
>> debug1: /etc/ssh/ssh_config line 19: Applying options for *<br>
>> debug1: Connecting to <a href="http://qgis.org" target="_blank">qgis.org</a> [140.211.15.67] port 22.<br>
>> debug1: Connection established.<br>
>> debug1: identity file /home/joe/.ssh/id_rsa type 1<br>
>> debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048<br>
>> debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048<br>
>> debug1: identity file /home/joe/.ssh/id_rsa-cert type -1<br>
>> debug1: identity file /home/joe/.ssh/id_dsa type -1<br>
>> debug1: identity file /home/joe/.ssh/id_dsa-cert type -1<br>
>> debug1: identity file /home/joe/.ssh/id_ecdsa type -1<br>
>> debug1: identity file /home/joe/.ssh/id_ecdsa-cert type -1<br>
>> debug1: Enabling compatibility mode for protocol 2.0<br>
>> debug1: Local version string SSH-2.0-OpenSSH_6.2p2 Ubuntu-6ubuntu0.1<br>
>> debug1: Remote protocol version 2.0, remote software version<br>
>> OpenSSH_5.5p1 Debian-6+squeeze4<br>
>> debug1: match: OpenSSH_5.5p1 Debian-6+squeeze4 pat OpenSSH_5*<br>
>> debug1: SSH2_MSG_KEXINIT sent<br>
>> debug1: SSH2_MSG_KEXINIT received<br>
>> debug1: kex: server->client aes128-ctr hmac-md5 none<br>
>> debug1: kex: client->server aes128-ctr hmac-md5 none<br>
>> debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent<br>
>> debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP<br>
>> debug1: SSH2_MSG_KEX_DH_GEX_INIT sent<br>
>> debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY<br>
>> debug1: Server host key: RSA<br>
>> a7:05:f6:a5:02:ec:92:73:4a:0a:12:16:4c:11:e1:1c<br>
>> debug1: Host '<a href="http://qgis.org" target="_blank">qgis.org</a>' is known and matches the RSA host key.<br>
>> debug1: Found key in /home/joe/.ssh/known_hosts:1<br>
>> debug1: ssh_rsa_verify: signature correct<br>
>> debug1: SSH2_MSG_NEWKEYS sent<br>
>> debug1: expecting SSH2_MSG_NEWKEYS<br>
>> debug1: SSH2_MSG_NEWKEYS received<br>
>> debug1: Roaming not allowed by server<br>
>> debug1: SSH2_MSG_SERVICE_REQUEST sent<br>
>> debug1: SSH2_MSG_SERVICE_ACCEPT received<br>
>> debug1: Authentications that can continue: publickey,password<br>
>> debug1: Next authentication method: publickey<br>
>> debug1: Offering RSA public key: /home/joe/.ssh/id_rsa<br>
>> debug1: Authentications that can continue: publickey,password<br>
>> debug1: Trying private key: /home/joe/.ssh/id_dsa<br>
>> debug1: Trying private key: /home/joe/.ssh/id_ecdsa<br>
>> debug1: Next authentication method: password<br>
>> <a href="mailto:gitosis@qgis.org" target="_blank">gitosis@qgis.org</a>'s password:<br>
>> debug1: Authentications that can continue: publickey,password<br>
>> Permission denied, please try again.<br>
>> <a href="mailto:gitosis@qgis.org" target="_blank">gitosis@qgis.org</a>'s password:<br>
>> debug1: Authentications that can continue: publickey,password<br>
>> Permission denied, please try again.<br>
>> <a href="mailto:gitosis@qgis.org" target="_blank">gitosis@qgis.org</a>'s password:<br>
>> debug1: Authentications that can continue: publickey,password<br>
>> debug1: No more authentication methods to try.<br>
>> Permission denied (publickey,password).<br>
>><br>
>><br>
>> So I went to my account looking for my public keys at:<br>
>> <a href="http://hub.qgis.org/my/public_keys" target="_blank">http://hub.qgis.org/my/public_keys</a><br>
>> but my browser tells me page not found error<br>
>><br>
>> anyone could help?<br>
>><br>
>> thank you<br>
>><br>
>> --<br>
>> Dott. Agr. Giuseppe De Marco<br>
>> RSPP settore ATECO 1<br>
>> Cell./Mobile: <a href="tel:%2B39%203935041115" value="+393935041115" target="_blank">+39 3935041115</a><br>
>> Fax.: <a href="tel:%2B39%200503869174" value="+390503869174" target="_blank">+39 0503869174</a><br>
>> PEC: <a href="mailto:giuseppe.de_marco@epap.conafpec.it" target="_blank">giuseppe.de_marco@epap.conafpec.it</a><br>
>> _______________________________________________<br>
>> Qgis-developer mailing list<br>
>> <a href="mailto:Qgis-developer@lists.osgeo.org" target="_blank">Qgis-developer@lists.osgeo.org</a><br>
>> <a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
><br>
><br>
<br>
<br>
<br>
--<br>
Dott. Agr. Giuseppe De Marco<br>
RSPP settore ATECO 1<br>
Cell./Mobile: <a href="tel:%2B39%203935041115" value="+393935041115" target="_blank">+39 3935041115</a><br>
Fax.: <a href="tel:%2B39%200503869174" value="+390503869174" target="_blank">+39 0503869174</a><br>
PEC: <a href="mailto:giuseppe.de_marco@epap.conafpec.it" target="_blank">giuseppe.de_marco@epap.conafpec.it</a><br>
</div></div></blockquote></div><br></div></div>