[Qgis-developer] public key on hub.qgis.org problem

2014-03-25 Thread Giuseppe De Marco
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 gito...@qgis.org I get OpenSSH_6.2p2 Ubuntu-6ubuntu0.1, OpenSSL 1.0.1e 11 Feb 2013 debug1:

Re: [Qgis-developer] public key on hub.qgis.org problem

2014-03-25 Thread Alex Mandel
Guess no one has looked into this since you last emailed about the issue. I'm once again forwarding to the people who I think will know how to fix. Thanks, Alex On 03/25/2014 10:23 AM, Giuseppe De Marco wrote: I was trying to upload a plugin version on hub.qgis.org after updating my rss key on

Re: [Qgis-developer] public key on hub.qgis.org problem

2014-03-25 Thread Gino Pirelli
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 demarco.giuse...@gmail.comwrote: I was trying to upload a

Re: [Qgis-developer] public key on hub.qgis.org problem

2014-03-25 Thread Giuseppe De Marco
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 gito...@qgis.org:my_plugin git

Re: [Qgis-developer] public key on hub.qgis.org problem

2014-03-25 Thread Gino Pirelli
ha sorry I did't understand you have your code in the hub.qgis.org git On 25 March 2014 18:48, Giuseppe De Marco demarco.giuse...@gmail.comwrote: 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